projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pep8 cleanup
[blender-staging.git]
/
build_files
/
buildbot
/
slave_test.py
diff --git
a/build_files/buildbot/slave_test.py
b/build_files/buildbot/slave_test.py
index 7e78f1ab5cddd6a62d626be7c515f8cad31258c9..f79ef7cf5c6a9d1cc5ca163c79bf216ac7a31673 100644
(file)
--- a/
build_files/buildbot/slave_test.py
+++ b/
build_files/buildbot/slave_test.py
@@
-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
-