Fixed #21288 -- Fixed E126 pep8 warnings

This commit is contained in:
Alasdair Nicol 2013-10-20 00:33:10 +01:00 committed by Tim Graham
parent a3690168cb
commit b289fcf1bf
80 changed files with 646 additions and 634 deletions

View file

@ -6,8 +6,8 @@ import os
testing = False
DONT_TOUCH = (
'./index.txt',
)
'./index.txt',
)
def target_name(fn):
if fn.endswith('.txt'):