scmutil: fix NameError on windows
authorKevin Bullock <kbullock@ringworld.org>
Thu, 21 Feb 2013 13:16:02 -0600
changeset 18712 e3ddb4068757
parent 18711 6b786dc88612
child 18713 8728579f6bdc
scmutil: fix NameError on windows Forgot to import util in mercurial.scmwindows. Error was introduced in: changeset: 18862:4c6f7f0dadab user: Kevin Bullock <kbullock@ringworld.org> date: Tue Feb 12 11:36:21 2013 -0600 summary: scmutil: split platform-specific bits into their own modules
mercurial/scmwindows.py
--- a/mercurial/scmwindows.py	Wed Feb 20 11:31:41 2013 -0800
+++ b/mercurial/scmwindows.py	Thu Feb 21 13:16:02 2013 -0600
@@ -1,5 +1,6 @@
 import os
 import osutil
+import util
 import _winreg
 
 def systemrcpath():