[PATCH] windows: fix import of win32.py (was util_win32.py)

Sune Foldager cryo at cyanite.org
Thu Apr 2 09:51:30 CDT 2009


# HG changeset patch
# User Sune Foldager <cryo at cyanite.org>
# Date 1238683774 -7200
# Node ID 96501a4abbecfdb795a63e41a4e084aaa1bb699d
# Parent  026bcd12a0adba249c2e1e1b43ccd4a8207c2e57
windows: fix import of win32.py (was util_win32.py)

diff -r 026bcd12a0ad -r 96501a4abbec mercurial/windows.py
--- a/mercurial/windows.py	Tue Mar 31 15:52:48 2009 -0400
+++ b/mercurial/windows.py	Thu Apr 02 16:49:34 2009 +0200
@@ -245,7 +245,7 @@
 posixfile = file
 try:
     # override functions with win32 versions if possible
-    from util_win32 import *
+    from win32 import *
     if not _is_win_9x():
         posixfile = posixfile_nt
 except ImportError:


More information about the Mercurial-devel mailing list