summaryrefslogtreecommitdiffstats
path: root/lib.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-25 23:48:40 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-25 23:48:40 +0200
commit3d003fec6aae4b4b5af3b2530b6cf56265e50785 (patch)
tree351638bdddafc8239ac0dd1d28216ef59ff37bf3 /lib.py
parent5f7ac45e4dfe4849338f4a8c39652266689e3eea (diff)
downloadcluster-overview-3d003fec6aae4b4b5af3b2530b6cf56265e50785.tar.gz
cluster-overview-3d003fec6aae4b4b5af3b2530b6cf56265e50785.tar.xz
cluster-overview-3d003fec6aae4b4b5af3b2530b6cf56265e50785.zip
lib: style check: satisfy extra line as method separator
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'lib.py')
-rw-r--r--lib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.py b/lib.py
index e88fad7..4bd3fc1 100644
--- a/lib.py
+++ b/lib.py
@@ -116,6 +116,7 @@ class LibAttributeMeta(type):
class LibAttribute(object):
__metaclass__ = LibAttributeMeta
+
def __new__(self, what):
return (self.__name__.lower(), what)
#return getattr(self, what)