blender/release/test
Campbell Barton a1656300ba script for automating pep8 checks.
On ubuntu/debian install these tools...

   sudo apt-get install pylint pyflakes python-setuptools python-pip
   sudo pip install pep8

then run from blenders source dir...
   python release/test/pep8.py

This searches for the comments "# <pep8 compliant>" and "# <pep8-80 compliant>", running the checking tools on these scripts only.

* some minor pep8 corrections too.
2009-12-13 13:59:16 +00:00
..
pep8.py script for automating pep8 checks. 2009-12-13 13:59:16 +00:00
rna_array.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00