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>2015-06-07 06:54:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-07 10:28:02 +0300
commitbf010c4a15840964ec92912e5582095d029bc314 (patch)
treed3f48d2eb0c3a6dfef1e30df98de73a754ef649c /tests/python/bl_run_operators.py
parent5aade17bdf0f9d230c2e0bb7a97ead21a48895af (diff)
Cleanup: pep8
Diffstat (limited to 'tests/python/bl_run_operators.py')
-rw-r--r--tests/python/bl_run_operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/bl_run_operators.py b/tests/python/bl_run_operators.py
index d511cd19ff7..f3c553cf3ef 100644
--- a/tests/python/bl_run_operators.py
+++ b/tests/python/bl_run_operators.py
@@ -163,7 +163,7 @@ if USE_ATTRSET:
if issubclass(cls, skip_classes):
continue
- ## to support skip-save we cant get all props
+ # # to support skip-save we cant get all props
# properties = cls.bl_rna.properties.keys()
properties = []
for prop_id, prop in cls.bl_rna.properties.items():