hide overly picky warnings from 'pylint' for pep8 script, indentation edits.

This commit is contained in:
2011-11-19 16:17:35 +00:00
parent ddf207b7c3
commit d9e99abe37
12 changed files with 145 additions and 168 deletions

View File

@@ -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