Code

documentation cleanup
[roundup.git] / roundup / backends / blobfiles.py
index 1a04aae5b3b41e0e6d8a557f23e083578de8b107..673bd938557ebe1579e2eed45c7f999ad4cea7e1 100644 (file)
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-#$Id: blobfiles.py,v 1.10 2003-12-05 03:28:38 richard Exp $
-'''
-This module exports file storage for roundup backends.
+#$Id: blobfiles.py,v 1.11 2004-02-11 23:55:09 richard Exp $
+'''This module exports file storage for roundup backends.
 Files are stored into a directory hierarchy.
 '''
+__docformat__ = 'restructuredtext'
 
 import os