mercurial/win32.py
changeset 25994 d6beeb618700
parent 25660 328739ea70c3
child 30313 392633d7860e
--- a/mercurial/win32.py	Sat Aug 08 18:53:17 2015 -0700
+++ b/mercurial/win32.py	Sat Aug 08 18:52:59 2015 -0700
@@ -5,7 +5,14 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-import ctypes, errno, msvcrt, os, subprocess, random
+from __future__ import absolute_import
+
+import ctypes
+import errno
+import msvcrt
+import os
+import random
+import subprocess
 
 _kernel32 = ctypes.windll.kernel32
 _advapi32 = ctypes.windll.advapi32