changeset 27436:912255f8f087

windows: correct the import of win32 This module is relative, and was overlooked when converting to absolute_import in 6daa795ed32f.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 16 Dec 2015 13:33:43 -0500
parents 21d2585fbfcb
children 52ae742c8035
files mercurial/windows.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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