comparison tests/test-check-pyflakes.t @ 20644:779ceb84f4f7

tests: fix unused imports from inotify removal caught by pyflakes
author Matt Mackall <mpm@selenic.com>
date Tue, 04 Mar 2014 09:56:59 -0600
parents 352abbb0be88
children 0e1cbd3d52f7
comparison
equal deleted inserted replaced
20643:7fc371d2e5a3 20644:779ceb84f4f7
8 contrib/win32/hgwebdir_wsgi.py:*: 'win32traceutil' imported but unused (glob) 8 contrib/win32/hgwebdir_wsgi.py:*: 'win32traceutil' imported but unused (glob)
9 setup.py:*: 'sha' imported but unused (glob) 9 setup.py:*: 'sha' imported but unused (glob)
10 setup.py:*: 'zlib' imported but unused (glob) 10 setup.py:*: 'zlib' imported but unused (glob)
11 setup.py:*: 'bz2' imported but unused (glob) 11 setup.py:*: 'bz2' imported but unused (glob)
12 setup.py:*: 'py2exe' imported but unused (glob) 12 setup.py:*: 'py2exe' imported but unused (glob)
13 tests/hghave.py:*: 'hgext' imported but unused (glob)
14 tests/hghave.py:*: '_lsprof' imported but unused (glob) 13 tests/hghave.py:*: '_lsprof' imported but unused (glob)
15 tests/hghave.py:*: 'publish_cmdline' imported but unused (glob) 14 tests/hghave.py:*: 'publish_cmdline' imported but unused (glob)
16 tests/hghave.py:*: 'pygments' imported but unused (glob) 15 tests/hghave.py:*: 'pygments' imported but unused (glob)
17 tests/hghave.py:*: 'ssl' imported but unused (glob) 16 tests/hghave.py:*: 'ssl' imported but unused (glob)
18 contrib/win32/hgwebdir_wsgi.py:*: 'from isapi.install import *' used; unable to detect undefined names (glob) 17 contrib/win32/hgwebdir_wsgi.py:93: 'from isapi.install import *' used; unable to detect undefined names (glob)
19 18
20 19