Cleanup: pep8

This commit is contained in:
Campbell Barton
2015-06-07 13:54:13 +10:00
parent 5aade17bdf
commit bf010c4a15
9 changed files with 111 additions and 84 deletions

View File

@@ -44,7 +44,7 @@ def enum_previews_from_directory_items(self, context):
if directory and os.path.exists(directory):
# Scan the directory for png files
image_paths = []
for fn in os.listdir(directory):
for fn in os.listdir(directory):
if fn.lower().endswith(".png"):
image_paths.append(fn)