X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=Storage%2Fbkmk_stpickle.py;h=702cea58ffc2a3735a63bfe540feea7fe6021f82;hp=ae351b3bf58af960ebaeeff97354fe3d458ff65f;hb=832eb757ef7f81abf1e431ce16f368c10dd57962;hpb=c6e88d3e4b11e9141c0770073f728ff7473f7eb3 diff --git a/Storage/bkmk_stpickle.py b/Storage/bkmk_stpickle.py index ae351b3..702cea5 100644 --- a/Storage/bkmk_stpickle.py +++ b/Storage/bkmk_stpickle.py @@ -1,9 +1,14 @@ -""" - Bookmarks storage manager - pickle; certainly the most simple and elegant :) +"""Bookmarks storage manager - pickle; certainly the most simple and elegant :) - Written by Broytman, Feb 2000 - Mar 2000. Copyright (C) 2000 PhiloSoft Design +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) 2000-2011 PhiloSoft Design" +__license__ = "GNU GPL" try: import cPickle