]> git.phdru.name Git - bookmarks_db.git/blobdiff - storage.py
Add a few TODO items
[bookmarks_db.git] / storage.py
index 09243015ebcc8f111dfa6983d94e64b13bed36aa..704fc7f124ed74a527d3a482b49f05957ec39a20 100644 (file)
@@ -1,6 +1,13 @@
+"""Thin wrapper for module Storage. Provides "default" storage
+
+This file is a part of Bookmarks database and Internet robot.
 """
-   Thin wrapper for module Storage. Provides "default" storage
-"""
+
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
+
+__all__ = ['import_storage', 'storage']
 
 
 from os import environ