]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_url.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / check_url.py
index b0a6869a5e5d601b5a2f34728fde97fcff58da1b..8744acf9c09d9b00d104cedf0b5cef339fb62fd8 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Robot interface - check one URL
+"""Robot interface - check one URL
 
-   Written by Broytman. 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"
 
 import sys
 import httplib