- Timestamp:
- 03/23/07 00:22:02 (22 months ago)
- Files:
-
- 1 modified
-
storage/bookmarks_store.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
storage/bookmarks_store.py
r41 r56 83 83 84 84 def add(self,args) : 85 # TODO :do not forget to also add the bookmarks to85 #do not forget to also add the bookmarks to 86 86 #the stored bookmarks. (sync with storage) 87 87 doc2 = xml.dom.minidom.parseString(args) … … 92 92 93 93 def delete(self, to_delete) : 94 # TODO :do not forget to also remove the bookmarks from94 #do not forget to also remove the bookmarks from 95 95 #the stored bookmarks. (sync with storage) 96 96 self.listing.remove(to_delete)
