Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/annobookmark.py
diff options
context:
space:
mode:
authorAndi_G <andigros72@googlemail.com>2011-09-05 13:41:09 (GMT)
committer Andi_G <andigros72@googlemail.com>2011-09-05 13:41:09 (GMT)
commit718db2a5d8a5641e2b8455155e05e289ebda160d (patch)
tree5bb577cfd760b9cbfd86d76fb68378808d1169ef /annobookmark.py
parent820a2c77b8e7430a332301fff8c84f8362f6323b (diff)
modified remote annotation deletion
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