Fixed the remaining E302 violations int eh django package

This commit is contained in:
Alex Gaynor 2013-11-02 17:37:15 -07:00
parent 393cdbfaa2
commit fe995e6cbd
19 changed files with 199 additions and 0 deletions

View file

@ -37,6 +37,7 @@ ALWAYS_SKIP = [
"False",
]
def fixliterals(fname):
with open(fname) as fp:
data = fp.read()