new-style classes, not self-instantiating

This commit is contained in:
Kenneth Reitz
2011-02-21 13:12:29 -05:00
parent 804bc230b0
commit 78fc750a02
+1 -1
View File
@@ -75,7 +75,7 @@ class Group(object):
return '<group %s>' % (self.slug)
class Category(self):
class Category(object):
def __init__(self):
pass