minor pep8 edits

This commit is contained in:
Campbell Barton
2011-07-01 12:33:34 +00:00
parent 01550f880e
commit 2c66ab12e9
4 changed files with 5 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
from cmake_consistency_check_config import IGNORE, UTF8_CHECK, SOURCE_DIR
import os
from os.path import join, dirname, normpath, abspath, splitext
from os.path import join, dirname, normpath, splitext
print("Scanning:", SOURCE_DIR)
@@ -183,7 +183,6 @@ def is_ignore(f):
# First do stupid check, do these files exist?
print("\nChecking for missing references:")
import sys
is_err = False
errs = []
for f in (global_h | global_c):