comparison tests/test-check-pyflakes.t @ 14985:dbf91976f900

windows: eliminate win32 wildcard import
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 29 Jul 2011 00:39:27 +0200
parents 4e7e63fc685a
children fc035e5370ca
comparison
equal deleted inserted replaced
14984:cc2c22511707 14985:dbf91976f900
5 mercurial/commands.py:*: 'base85' imported but unused (glob) 5 mercurial/commands.py:*: 'base85' imported but unused (glob)
6 mercurial/commands.py:*: 'bdiff' imported but unused (glob) 6 mercurial/commands.py:*: 'bdiff' imported but unused (glob)
7 mercurial/commands.py:*: 'mpatch' imported but unused (glob) 7 mercurial/commands.py:*: 'mpatch' imported but unused (glob)
8 mercurial/commands.py:*: 'osutil' imported but unused (glob) 8 mercurial/commands.py:*: 'osutil' imported but unused (glob)
9 hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob) 9 hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)
10 mercurial/windows.py:*: 'from win32 import *' used; unable to detect undefined names (glob)
11 10
12 11