From d9e99abe3753591d510dbb58813bbc29e3381b57 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 19 Nov 2011 16:17:35 +0000 Subject: hide overly picky warnings from 'pylint' for pep8 script, indentation edits. --- release/scripts/modules/animsys_refactor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules') 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 -- cgit v1.2.3