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>2009-12-14 17:21:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-14 17:21:06 +0300
commit3bf27683be8401a53c761201fcd09974a53a80b7 (patch)
tree192bfe2dcf91260939590a7c10e1fdf0901bfcb1 /release/test/pep8.py
parent32d5429e353b68ed90f2e32edc48a7841a2b4138 (diff)
automatic layer placement, users can set the layers if they want.
predefined layer types 'main', 'extra', 'ik', 'fk'
Diffstat (limited to 'release/test/pep8.py')
-rw-r--r--release/test/pep8.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/test/pep8.py b/release/test/pep8.py
index 57ce0a96120..0c0c013ad84 100644
--- a/release/test/pep8.py
+++ b/release/test/pep8.py
@@ -29,7 +29,9 @@ import os
# sudo pip install pep8
#
# in debian install pylint pyflakes pep8 with apt-get/aptitude/etc
-#
+#
+# on *nix run
+# python release/test/pep8.py > tmp.err 2>&1
# how many lines to read into the file, pep8 comment
# should be directly after the licence header, ~20 in most cases