]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wtxt.py
TODO: Configuration file
[bookmarks_db.git] / Writers / bkmk_wtxt.py
index 57818d3df1aa9ce0d4e9c8d19c437dc2af3d8a33..ba2196db138b9ea050ffaa082bef72dffbb64d4e 100644 (file)
@@ -1,15 +1,20 @@
-"""
-   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.
 """
 
+__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"