Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-27 09:23:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-27 09:23:14 +0400
commit50a06eccff48a2029fa085dc8459246ff8c6394e (patch)
tree8c7d733b9358317b425833e8a3497dd200446504 /build_files/buildbot/slave_compile.py
parent7ccfec1ff3ea0ee0ebdbdb91e3e44ab03ab81d6f (diff)
pep8 cleanup
Diffstat (limited to 'build_files/buildbot/slave_compile.py')
-rw-r--r--build_files/buildbot/slave_compile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 708c2951272..54150a93e61 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -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)
-