Cleanup: pep8

This commit is contained in:
Campbell Barton
2016-07-30 18:15:16 +10:00
parent 6e9ad094b2
commit 8018f5bd35
13 changed files with 73 additions and 68 deletions

View File

@@ -29,11 +29,11 @@ if not sys.version.startswith("3"):
sys.exit(1)
from cmake_consistency_check_config import (
IGNORE,
UTF8_CHECK,
SOURCE_DIR,
BUILD_DIR,
)
IGNORE,
UTF8_CHECK,
SOURCE_DIR,
BUILD_DIR,
)
import os