##// 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 1 import os
2 2 import osutil
3 import util
3 4 import _winreg
4 5
5 6 def systemrcpath():
General Comments 0
You need to be logged in to leave comments. Login now