Fix PEP8 issues

This commit is contained in:
Brian May
2016-04-30 18:08:46 +10:00
parent e73e797f33
commit f3cbc5018a
6 changed files with 13 additions and 9 deletions

View File

@ -15,6 +15,7 @@ except ImportError:
# Python 2.x
from pipes import quote
def readfile(name):
tokens = name.split(".")
f = None