Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.py b/model.py
index da9d1bc..65e5647 100644
--- a/model.py
+++ b/model.py
@@ -21,6 +21,7 @@ import sha
import gobject
import base64
+
class Model(gobject.GObject):
''' The model of web-activity which uses json to serialize its data
to a file and deserealize from it.
@@ -76,4 +77,3 @@ class Model(gobject.GObject):
ids.extend(self.data['deleted'])
ids.append('')
return ids
-