]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / check_urls.py
index f75cb16cc20f47ae769ee6775763e27a1293e9a9..305458028b38fb51caee8b747bf60041943584a3 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Robot interface - check URLs from bookmarks database
+"""Robot interface - check URLs from bookmarks database
 
-   Written by Broytman. Copyright (C) 2000-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) 2000-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 import sys, os