##// END OF EJS Templates
scmutil: fix NameError on windows...
Kevin Bullock -
r18712:e3ddb406 default
parent child Browse files
Show More
@@ -1,5 +1,6 b''
1 import os
1 import os
2 import osutil
2 import osutil
3 import util
3 import _winreg
4 import _winreg
4
5
5 def systemrcpath():
6 def systemrcpath():
General Comments 0
You need to be logged in to leave comments. Login now