X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=robots.py;h=ca4f3c3ede51da08809601a4f437bf5f73be61ea;hb=5e1a9df44e5fece3e3453f91d1dc0aea8ca0f8b8;hp=c979f93ea9c7753b47598510549b1f4a4650bb63;hpb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556;p=bookmarks_db.git diff --git a/robots.py b/robots.py index c979f93..ca4f3c3 100644 --- a/robots.py +++ b/robots.py @@ -1,6 +1,16 @@ +"""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 -""" + +__version__ = "$Revision$"[11:-2] +__revision__ = "$Id$"[5:-2] +__date__ = "$Date$"[7:-2] +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design" +__license__ = "GNU GPL" + +__all__ = ['import_robot', 'robot'] from os import environ