]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wtxt.py
Removed svn:keywords. Extended copyright to 2012.
[bookmarks_db.git] / Writers / bkmk_wtxt.py
index 12561146430ceadebe8fdeb327e11239e84a15fa..ba2196db138b9ea050ffaa082bef72dffbb64d4e 100644 (file)
@@ -1,16 +1,20 @@
-#! /usr/local/bin/python -O
-"""
-   Dump a bkmk database to a text file
+"""Dump a bkmk database to a text file
 
-   Written by BroytMann, Mar 2000. Copyright (C) 2000 PhiloSoft Design
+This file is a part of Bookmarks database and Internet robot.
 """
 
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
 
-ind_s = " "*4
+__all__ = ['writer_txt']
 
 
 from bkmk_objects import Writer
 
+ind_s = " "*4
+
+
 class writer_txt(Writer):
    filename = "dump.txt"