mercurial/windows.py
changeset 14064 e4bfb9c337f3
parent 14004 97ed99d1f419
child 14231 8abe4db2d162
--- a/mercurial/windows.py	Sat Apr 30 07:30:38 2011 -0500
+++ b/mercurial/windows.py	Sat Apr 30 13:59:14 2011 +0200
@@ -6,8 +6,8 @@
 # GNU General Public License version 2 or any later version.
 
 from i18n import _
-import osutil, error
-import errno, msvcrt, os, re, sys, subprocess
+import osutil
+import errno, msvcrt, os, re, sys
 
 nulldev = 'NUL:'
 umask = 002