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,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
import os
import subprocess
import sys
@@ -56,4 +58,3 @@ else:
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
sys.exit(retcode)