[PATCH 2 of 2] windows: add missing import of osutil

Steve Borho steve at borho.org
Thu Mar 26 23:33:40 CDT 2009


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1238126541 18000
# Node ID cfb3fad78e2a154f55521f090354dea1c4608e26
# Parent  2562a0045e4b9de7cb25b8ff172e5a06d4879d97
windows: add missing import of osutil

diff --git a/mercurial/windows.py b/mercurial/windows.py
--- a/mercurial/windows.py
+++ b/mercurial/windows.py
@@ -8,7 +8,7 @@
 reference.
 """
 
-import msvcrt, sys, os
+import msvcrt, sys, os, osutil
 nulldev = 'NUL:'
 
 umask = 002


More information about the Mercurial-devel mailing list