comparison mercurial/scmwindows.py @ 18712:e3ddb4068757

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
author Kevin Bullock <kbullock@ringworld.org>
date Thu, 21 Feb 2013 13:16:02 -0600
parents 4c6f7f0dadab
children 23c995ed466b
comparison
equal deleted inserted replaced
18711:6b786dc88612 18712:e3ddb4068757
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():
6 '''return default os-specific hgrc search path''' 7 '''return default os-specific hgrc search path'''
7 rcpath = [] 8 rcpath = []