]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wtxt.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / Writers / bkmk_wtxt.py
index 57818d3df1aa9ce0d4e9c8d19c437dc2af3d8a33..628d9b2f08f2fcd2fb4bd5392ed79603ee0785f1 100644 (file)
@@ -1,9 +1,14 @@
-"""
-   Dump a bkmk database to a text file
+"""Dump a bkmk database to a text file
 
-   Written by Broytman. Copyright (C) 2000-2003 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 <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 ind_s = " "*4