pep8 cleanup

This commit is contained in:
Campbell Barton
2011-03-27 05:23:14 +00:00
parent 7ccfec1ff3
commit 50a06eccff
13 changed files with 47 additions and 32 deletions

View File

@@ -16,7 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####
import os
# <pep8 compliant>
import subprocess
import sys
@@ -37,4 +38,3 @@ if builder.find('cmake') != -1:
else:
# scons
pass