comparison tests/test-check-pyflakes.t @ 21293:507ce509fd22

filterpyflakes: make memoryview filtering unconditional
author Matt Mackall <mpm@selenic.com>
date Tue, 13 May 2014 19:22:40 -0500
parents 4adc090fa2fb
children 8fb6844a4ff1
comparison
equal deleted inserted replaced
21292:a7a9d84f5e4a 21293:507ce509fd22
15 tests/hghave.py:*: '_lsprof' imported but unused (glob) 15 tests/hghave.py:*: '_lsprof' imported but unused (glob)
16 tests/hghave.py:*: 'publish_cmdline' imported but unused (glob) 16 tests/hghave.py:*: 'publish_cmdline' imported but unused (glob)
17 tests/hghave.py:*: 'pygments' imported but unused (glob) 17 tests/hghave.py:*: 'pygments' imported but unused (glob)
18 tests/hghave.py:*: 'ssl' imported but unused (glob) 18 tests/hghave.py:*: 'ssl' imported but unused (glob)
19 contrib/win32/hgwebdir_wsgi.py:93: 'from isapi.install import *' used; unable to detect undefined names (glob) 19 contrib/win32/hgwebdir_wsgi.py:93: 'from isapi.install import *' used; unable to detect undefined names (glob)
20 tests/filterpyflakes.py:59: undefined name 'undefinedname' 20 tests/filterpyflakes.py:58: undefined name 'undefinedname'
21 21
22 #endif 22 #endif