summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)