##// END OF EJS Templates
tests: fix pyflakes test whitespace breakage
Matt Mackall -
r22053:4354b1e3 default
parent child Browse files
Show More
@@ -18,3 +18,5 b' run pyflakes on all tracked files ending'
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
General Comments 0
You need to be logged in to leave comments. Login now