X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=robots.py;h=3a0238de4c48d96bb77e278fb23dc21b4d08845e;hb=404e33f61c2b32c805a9dc39f25f8782b017f41e;hp=4aa7372dfc11cfbb55d7e399711f6794597fade7;hpb=832eb757ef7f81abf1e431ce16f368c10dd57962;p=bookmarks_db.git diff --git a/robots.py b/robots.py index 4aa7372..3a0238d 100644 --- a/robots.py +++ b/robots.py @@ -3,13 +3,13 @@ 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 " -__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design" __license__ = "GNU GPL" +__all__ = ['import_robot', 'robot'] + + from os import environ robot_name = environ.get("BKMK_ROBOT", "forking")