X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Storage%2Fbkmk_stpickle.py;h=444cf35c3395d9a851c09284d4e63fe85d90fcc6;hb=8094a1b37e535d529817c89f33c17e46fa84a4f5;hp=c4ad32b82ee6c7200db243b1029e9f0403b97a00;hpb=71712390f4edb041609ff7bc9272d12a5c1a9b1d;p=bookmarks_db.git diff --git a/Storage/bkmk_stpickle.py b/Storage/bkmk_stpickle.py index c4ad32b..444cf35 100644 --- a/Storage/bkmk_stpickle.py +++ b/Storage/bkmk_stpickle.py @@ -1,10 +1,11 @@ """Bookmarks storage manager - pickle; certainly the most simple and elegant :) This file is a part of Bookmarks database and Internet robot. + """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['storage_pickle'] @@ -18,7 +19,7 @@ except ImportError: import pickle -class storage_pickle: +class storage_pickle(object): filename = "bookmarks_db.pickle" def store(self, root_folder):