add a reminder
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 22 Jan 2010 11:40:09 +0100
changeset 4329 815e08c53548
parent 4328 b8112afb213c
child 4330 cb7b68679501
add a reminder
server/sources/storages.py
--- a/server/sources/storages.py	Fri Jan 22 11:18:13 2010 +0100
+++ b/server/sources/storages.py	Fri Jan 22 11:40:09 2010 +0100
@@ -31,6 +31,7 @@
 # TODO
 # * make it configurable without code
 # * better file path attribution
+# * handle backup/restore
 
 class BytesFileSystemStorage(Storage):
     """store Bytes attribute value on the file system"""