##// END OF EJS Templates
windows: fix import of win32.py (was util_win32.py)
Sune Foldager -
r7932:96501a4a default
parent child Browse files
Show More
@@ -245,7 +245,7 b' def groupname(gid=None):'
245 245 posixfile = file
246 246 try:
247 247 # override functions with win32 versions if possible
248 from util_win32 import *
248 from win32 import *
249 249 if not _is_win_9x():
250 250 posixfile = posixfile_nt
251 251 except ImportError:
General Comments 0
You need to be logged in to leave comments. Login now