]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rsimple_tos.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / Robots / bkmk_rsimple_tos.py
index ad42f09a73077370e68bcd1accf076d6230a78e5..25fa88f1d4fe7c514c63bfc0aa3751cc074a3463 100644 (file)
@@ -1,9 +1,15 @@
-"""
-   Simple robot with socket's timeout
+"""Simple robot with socket's timeout
 
-   Written by Broytman. Copyright (C) 2000-2011 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 socket
 socket.setdefaulttimeout(900)