# HG changeset patch # User Sylvain Thénault # Date 1264156809 -3600 # Node ID 815e08c535481fcee85c0f687b42efba4ca691c5 # Parent b8112afb213cf9a469345b510a1b62a440f99dbc add a reminder diff -r b8112afb213c -r 815e08c53548 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"""