changeset 7932 | 96501a4abbec |
parent 7914 | 48661519913f |
child 7933 | 5325596c354c |
--- 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: