comparison tests/test-check-pyflakes.t @ 22053:4354b1e35f53

tests: fix pyflakes test whitespace breakage
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Aug 2014 12:16:58 -0500
parents 8fb6844a4ff1
children 77142de48ae4
comparison
equal deleted inserted replaced
22052:793f9276aeb9 22053:4354b1e35f53
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:58: undefined name 'undefinedname' 20 tests/filterpyflakes.py:58: undefined name 'undefinedname'
21
22