mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
new-style classes, not self-instantiating
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ class Group(object):
|
||||
return '<group %s>' % (self.slug)
|
||||
|
||||
|
||||
class Category(self):
|
||||
class Category(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user