From a1656300ba14f9a220961814ab0366ece6900441 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 13 Dec 2009 13:59:16 +0000 Subject: 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 "# " and "# ", running the checking tools on these scripts only. * some minor pep8 corrections too. --- release/scripts/op/object.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release/scripts/op/object.py') diff --git a/release/scripts/op/object.py b/release/scripts/op/object.py index e29259cacfb..64406fd0d5c 100644 --- a/release/scripts/op/object.py +++ b/release/scripts/op/object.py @@ -126,4 +126,3 @@ class Retopo(bpy.types.Operator): bpy.ops.add(SelectPattern) bpy.ops.add(SubdivisionSet) bpy.ops.add(Retopo) - -- cgit v1.2.3