Add missing import of sys
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 06 Mar 2008 22:23:41 +0100
changeset 6216 a88259018f79
parent 6215 cb0434795fcd
child 6217 fe8dbbe9520d
Add missing import of sys
mercurial/util_win32.py
--- a/mercurial/util_win32.py	Thu Mar 06 22:23:41 2008 +0100
+++ b/mercurial/util_win32.py	Thu Mar 06 22:23:41 2008 +0100
@@ -13,7 +13,7 @@
 
 import win32api
 
-import errno, os, pywintypes, win32con, win32file, win32process
+import errno, os, sys, pywintypes, win32con, win32file, win32process
 import cStringIO, winerror
 import osutil
 from win32com.shell import shell,shellcon