diff mercurial/util_win32.py @ 6216:a88259018f79

Add missing import of sys
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents e75aab656f46
children 892806b3fc0f
line wrap: on
line diff
--- 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