]> git.phdru.name Git - bookmarks_db.git/blobdiff - robots.py
Split parse_html/__init__.py into __main__.py
[bookmarks_db.git] / robots.py
index c979f93ea9c7753b47598510549b1f4a4650bb63..3a0238de4c48d96bb77e278fb23dc21b4d08845e 100644 (file)
--- a/robots.py
+++ b/robots.py
@@ -1,6 +1,13 @@
+"""Thin wrapper for module Robots. Provides "default" robot
+
+This file is a part of Bookmarks database and Internet robot.
 """
-   Thin wrapper for module Robots. Provides "default" robot
-"""
+
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
+
+__all__ = ['import_robot', 'robot']
 
 
 from os import environ