X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=storage.py;h=704fc7f124ed74a527d3a482b49f05957ec39a20;hb=a8d53ec6ab657ced2a8778ad8616ed9fc0e6a332;hp=5d309bf5a3a5c177f67d277c9b23120752f1d7ef;hpb=832eb757ef7f81abf1e431ce16f368c10dd57962;p=bookmarks_db.git diff --git a/storage.py b/storage.py index 5d309bf..704fc7f 100644 --- a/storage.py +++ b/storage.py @@ -3,13 +3,13 @@ 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 " -__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design" __license__ = "GNU GPL" +__all__ = ['import_storage', 'storage'] + + from os import environ storage_name = environ.get("BKMK_STORAGE", "pickle")