X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=writers.py;h=42402023ee796cad901fe95601c25d0f923df187;hb=4360b050bde8fe9eeee284ab9e74fb99e4041960;hp=7a0ec8cf9f0600f2e7799446ddafe4d6bad17b14;hpb=c9cfb54ef36e77aee7187e4533f063d407073ad8;p=bookmarks_db.git diff --git a/writers.py b/writers.py index 7a0ec8c..4240202 100644 --- a/writers.py +++ b/writers.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_writer', 'writer']