X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=robots.py;fp=robots.py;h=4aa7372dfc11cfbb55d7e399711f6794597fade7;hb=832eb757ef7f81abf1e431ce16f368c10dd57962;hp=c979f93ea9c7753b47598510549b1f4a4650bb63;hpb=c6e88d3e4b11e9141c0770073f728ff7473f7eb3;p=bookmarks_db.git diff --git a/robots.py b/robots.py index c979f93..4aa7372 100644 --- a/robots.py +++ b/robots.py @@ -1,7 +1,14 @@ -""" - Thin wrapper for module Robots. Provides "default" robot +"""Thin wrapper for module Robots. Provides "default" robot + +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" +__license__ = "GNU GPL" from os import environ robot_name = environ.get("BKMK_ROBOT", "forking")