X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=storage.py;h=704fc7f124ed74a527d3a482b49f05957ec39a20;hb=a8d53ec6ab657ced2a8778ad8616ed9fc0e6a332;hp=0e2b679874b3750b81d11f5e3323224e5c141fbb;hpb=c9cfb54ef36e77aee7187e4533f063d407073ad8;p=bookmarks_db.git diff --git a/storage.py b/storage.py index 0e2b679..704fc7f 100644 --- a/storage.py +++ b/storage.py @@ -3,11 +3,8 @@ 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']