mercurial/windows.py
changeset 27436 912255f8f087
parent 27360 6daa795ed32f
child 29530 3239e2fdd2e2
--- a/mercurial/windows.py	Thu Dec 17 19:33:44 2015 +0100
+++ b/mercurial/windows.py	Wed Dec 16 13:33:43 2015 -0500
@@ -14,12 +14,12 @@
 import re
 import stat
 import sys
-import win32
 
 from .i18n import _
 from . import (
     encoding,
     osutil,
+    win32,
 )
 
 executablepath = win32.executablepath