Mercurial > public > mercurial-scm > hg
comparison mercurial/util_win32.py @ 3891:6b4127c7d52a
Simplify i18n imports
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 14 Dec 2006 20:25:19 -0600 |
parents | abaee83ce0a6 |
children | c08b6af023bc |
comparison
equal
deleted
inserted
replaced
3890:2eec996f2fb9 | 3891:6b4127c7d52a |
---|---|
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 gettext as _ | 16 from i18n import _ |
17 import errno, os, pywintypes, win32con, win32file, win32process | 17 import errno, os, pywintypes, win32con, win32file, win32process |
18 import cStringIO, winerror | 18 import cStringIO, winerror |
19 from win32com.shell import shell,shellcon | 19 from win32com.shell import shell,shellcon |
20 | 20 |
21 class WinError: | 21 class WinError: |