X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=storage.py;h=0e2b679874b3750b81d11f5e3323224e5c141fbb;hb=d9712d54b79a868754c706c9f82b1672f12873d7;hp=5d309bf5a3a5c177f67d277c9b23120752f1d7ef;hpb=832eb757ef7f81abf1e431ce16f368c10dd57962;p=bookmarks_db.git diff --git a/storage.py b/storage.py index 5d309bf..0e2b679 100644 --- a/storage.py +++ b/storage.py @@ -10,6 +10,9 @@ __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design" __license__ = "GNU GPL" +__all__ = ['import_storage', 'storage'] + + from os import environ storage_name = environ.get("BKMK_STORAGE", "pickle")