]> git.phdru.name Git - bookmarks_db.git/blobdiff - convert_st.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / convert_st.py
index 15bc7aadac043153b5e66fa8a824b505878b65cd..c0ea8cb5f3dcceb3397dcd37093c65c75048d797 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Convert a bkmk database to a different storage.
+"""Convert a bkmk database to a different storage.
 
-   Written by Broytman, Apr 2000 - Aug 2002. Copyright (C) 2000-2002 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"
 
 import sys