]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rsimple_tos.py
Handle HTTP Error 303 redirects
[bookmarks_db.git] / Robots / bkmk_rsimple_tos.py
index ad42f09a73077370e68bcd1accf076d6230a78e5..dec1680e72d1f9dd6ec7629119654818a1a93250 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.
 """
 
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
+
+__all__ = ['robot_simple_tos']
+
+
 import socket
 socket.setdefaulttimeout(900)