diff mercurial/util.py @ 43714:f0bee3b1b847

i18n: get datapath directly from resourceutil The new resourceutil module is lower in the dependency graph, so we can depend directly on it and won't have to depend on the util module to inject the datapath. Differential Revision: https://phab.mercurial-scm.org/D7435
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 14 Nov 2019 12:41:33 -0800
parents 9fb85668ee15
children 5be909dbe385
line wrap: on
line diff
--- a/mercurial/util.py	Thu Nov 14 12:33:10 2019 -0800
+++ b/mercurial/util.py	Thu Nov 14 12:41:33 2019 -0800
@@ -1824,7 +1824,6 @@
 
 
 datapath = resourceutil.datapath
-i18n.setdatapath(datapath)
 
 
 def checksignature(func):