Mercurial > public > mercurial-scm > hg
comparison mercurial/util_win32.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | 09a8be3e5bfb |
children | a88259018f79 |
comparison
equal
deleted
inserted
replaced
6211:f89fd07fc51d | 6212:e75aab656f46 |
---|---|
11 # available, import of this module will fail, and generic code will be | 11 # available, import of this module will fail, and generic code will be |
12 # used. | 12 # used. |
13 | 13 |
14 import win32api | 14 import win32api |
15 | 15 |
16 from i18n import _ | |
17 import errno, os, pywintypes, win32con, win32file, win32process | 16 import errno, os, pywintypes, win32con, win32file, win32process |
18 import cStringIO, winerror | 17 import cStringIO, winerror |
19 import osutil | 18 import osutil |
20 from win32com.shell import shell,shellcon | 19 from win32com.shell import shell,shellcon |
21 | 20 |