X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=storage.py;h=704fc7f124ed74a527d3a482b49f05957ec39a20;hb=44646fbc8b70e327ffa031c06128632c405c238e;hp=09243015ebcc8f111dfa6983d94e64b13bed36aa;hpb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556;p=bookmarks_db.git diff --git a/storage.py b/storage.py index 0924301..704fc7f 100644 --- a/storage.py +++ b/storage.py @@ -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 " +__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design" +__license__ = "GNU GPL" + +__all__ = ['import_storage', 'storage'] from os import environ