]> git.phdru.name Git - bookmarks_db.git/blobdiff - robots.py
Added __all__.
[bookmarks_db.git] / robots.py
index 4aa7372dfc11cfbb55d7e399711f6794597fade7..ca4f3c3ede51da08809601a4f437bf5f73be61ea 100644 (file)
--- a/robots.py
+++ b/robots.py
@@ -10,6 +10,9 @@ __author__ = "Oleg Broytman <phd@phdru.name>"
 __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")