]> git.phdru.name Git - bookmarks_db.git/blobdiff - storage.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / storage.py
index 09243015ebcc8f111dfa6983d94e64b13bed36aa..5d309bf5a3a5c177f67d277c9b23120752f1d7ef 100644 (file)
@@ -1,7 +1,14 @@
-"""
-   Thin wrapper for module Storage. Provides "default" storage
+"""Thin wrapper for module Storage. Provides "default" storage
+
+This file is a part of Bookmarks database and Internet robot.
 """
 
+__version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 from os import environ
 storage_name = environ.get("BKMK_STORAGE", "pickle")