projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pep8 cleanup
[blender-staging.git]
/
build_files
/
buildbot
/
master_unpack.py
diff --git
a/build_files/buildbot/master_unpack.py
b/build_files/buildbot/master_unpack.py
index 5e0c6beb96269e6c6a5c2fa581deb0d4595e78be..f97e53384b0e613fcb9030dfaed2b37c26d55aeb 100644
(file)
--- a/
build_files/buildbot/master_unpack.py
+++ b/
build_files/buildbot/master_unpack.py
@@
-19,6
+19,8
@@
# Runs on Buildbot master, to unpack incoming unload.zip into latest
# builds directory and remove older builds.
+# <pep8 compliant>
+
import os
import shutil
import sys