Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/annobookmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'annobookmark.py')
-rw-r--r--annobookmark.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/annobookmark.py b/annobookmark.py
index b5ac9fe..d6fbb33 100644
--- a/annobookmark.py
+++ b/annobookmark.py
@@ -132,6 +132,9 @@ class AnnoBookmark:
def get_id(self):
return self.id
+ def set_id(self, id):
+ self.id = id
+
def set_modified(self, modified):
self.modified = modified