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>2011-11-19 20:17:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-19 20:17:35 +0400
commitd9e99abe3753591d510dbb58813bbc29e3381b57 (patch)
tree85d247d274f8c9d2650f6df4d3c8a6ac2f25e7bc /release/scripts/modules/animsys_refactor.py
parentddf207b7c3d1cafb0485da268608b1fc875c13f0 (diff)
hide overly picky warnings from 'pylint' for pep8 script, indentation edits.
Diffstat (limited to 'release/scripts/modules/animsys_refactor.py')
-rw-r--r--release/scripts/modules/animsys_refactor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/animsys_refactor.py b/release/scripts/modules/animsys_refactor.py
index 64110b0f620..f97ba3c2a50 100644
--- a/release/scripts/modules/animsys_refactor.py
+++ b/release/scripts/modules/animsys_refactor.py
@@ -35,9 +35,9 @@ def drepr(string):
class DataPathBuilder(object):
- __slots__ = ("data_path", )
""" Dummy class used to parse fcurve and driver data paths.
"""
+ __slots__ = ("data_path", )
def __init__(self, attrs):
self.data_path = attrs