- Timestamp:
- 03/25/07 07:55:27 (22 months ago)
- Location:
- storage
- Files:
-
- 1 added
- 2 modified
-
auth_dummy.py (modified) (1 diff)
-
auth_file.py (added)
-
bookmarks_store.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
storage/auth_dummy.py
r40 r58 1 1 #!/usr/bin/python 2 2 # -*- coding: utf-8 -*- 3 import sys, string, xml.dom.minidom, os 3 4 4 5 ####### Storage of username/password for the BTS ######## -
storage/bookmarks_store.py
r56 r58 25 25 # but I let this code here, don't know why. 26 26 def reorder_callback(treemodel, path, itera, new_order): 27 print "reordering"28 27 self.sync_file() 29 28 # Funny ! rows-reordered is not sent but we can
