models will hold the data

This commit is contained in:
Kenneth Reitz
2011-02-19 11:40:34 -05:00
parent 8343761c36
commit df784f74e3
+2 -2
View File
@@ -42,8 +42,8 @@ class Group(object):
self.slug = dict['slug']
self.date_latest_message = dict['date_latest_message']
self.date_created = dict['date_created']
self.topics_count = dict['topics_count']
self.unread = dict['unread']
# self.topics_count = dict['topics_count']
# self.unread = dict['unread']
self.id = dict['id']
def __repr__(self):