]> git.phdru.name Git - bookmarks_db.git/blobdiff - convert_st.py
Get default charset from m_lib, if available.
[bookmarks_db.git] / convert_st.py
index bba98e9a29f5ce2f21a7e81d8cf54cb65313727b..c0ea8cb5f3dcceb3397dcd37093c65c75048d797 100755 (executable)
@@ -1,10 +1,15 @@
-#! /usr/local/bin/python -O
-"""
-   Convert a bkmk database to a different storage.
+#! /usr/bin/env python
+"""Convert a bkmk database to a different storage.
 
-   Written by BroytMann, 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