]> git.phdru.name Git - bookmarks_db.git/blobdiff - Storage/bkmk_stjson.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / Storage / bkmk_stjson.py
index 077f89cfa6cceb1e7575cde3f2d5a154759dca8c..437ca6d414687e19f0e2a5f8504b4106f4f8691b 100644 (file)
@@ -1,9 +1,14 @@
-"""
-    Bookmarks storage manager - json.
+"""Bookmarks storage manager - json
 
-    Written by Broytman, Jul 2010. Copyright (C) 2010 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) 2010, 2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 try:
    import json