Changeset 56 for storage

Show
Ignore:
Timestamp:
03/23/07 00:22:02 (22 months ago)
Author:
ploum
Message:

finally closing #66. thanks Étienne for the patch ! Now Conseil is way more prettier...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • storage/bookmarks_store.py

    r41 r56  
    8383 
    8484        def add(self,args) : 
    85                 #TODO : do not forget to also add the bookmarks to 
     85                #do not forget to also add the bookmarks to 
    8686                #the stored bookmarks. (sync with storage) 
    8787                doc2 = xml.dom.minidom.parseString(args) 
     
    9292 
    9393        def delete(self, to_delete) : 
    94                 #TODO : do not forget to also remove the bookmarks from 
     94                #do not forget to also remove the bookmarks from 
    9595                #the stored bookmarks. (sync with storage) 
    9696                self.listing.remove(to_delete)