X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=robots.py;h=ca4f3c3ede51da08809601a4f437bf5f73be61ea;hp=4aa7372dfc11cfbb55d7e399711f6794597fade7;hb=c9cfb54ef36e77aee7187e4533f063d407073ad8;hpb=a01b9869e595d0c1cc5ebeb6f5a1da66d45c3d22 diff --git a/robots.py b/robots.py index 4aa7372..ca4f3c3 100644 --- a/robots.py +++ b/robots.py @@ -10,6 +10,9 @@ __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design" __license__ = "GNU GPL" +__all__ = ['import_robot', 'robot'] + + from os import environ robot_name = environ.get("BKMK_ROBOT", "forking")