# HG changeset patch # User Matt Harbison # Date 1450290823 18000 # Node ID 912255f8f087386e40f4c7fd8ceee054f1a42bed # Parent 21d2585fbfcbdfe533761ee1afe5330534d02987 windows: correct the import of win32 This module is relative, and was overlooked when converting to absolute_import in 6daa795ed32f. diff --git a/mercurial/windows.py b/mercurial/windows.py --- a/mercurial/windows.py +++ b/mercurial/windows.py @@ -14,12 +14,12 @@ import re import stat import sys -import win32 from .i18n import _ from . import ( encoding, osutil, + win32, ) executablepath = win32.executablepath