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"""