mercurial/windows.py
changeset 7914 48661519913f
parent 7913 1b1b3dd630a5
child 7932 96501a4abbec
--- a/mercurial/windows.py	Thu Mar 26 22:07:01 2009 -0500
+++ b/mercurial/windows.py	Thu Mar 26 23:02:21 2009 -0500
@@ -8,7 +8,8 @@
 reference.
 """
 
-import msvcrt, sys, os
+from i18n import _
+import errno, msvcrt, os, osutil, re, sys
 nulldev = 'NUL:'
 
 umask = 002