On Thu, Dec 5, 2013 at 9:26 AM, Thomas Thrainer <[email protected]> wrote: > Why disk-based?
How about this? diff --git a/lib/storage/filestorage.py b/lib/storage/filestorage.py index d544363..95c5220 100644 --- a/lib/storage/filestorage.py +++ b/lib/storage/filestorage.py @@ -19,7 +19,7 @@ # 02110-1301, USA. -"""Disk-based disk templates and functions. +"""Filesystem-based access functions and disk templates. """ -- Raffa Santi Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
