diff options
Diffstat (limited to 'Lib/robotparser.py')
-rw-r--r-- | Lib/robotparser.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/robotparser.py b/Lib/robotparser.py index e0ff72b..782d623 100644 --- a/Lib/robotparser.py +++ b/Lib/robotparser.py @@ -11,6 +11,8 @@ """ import re,string,urlparse,urllib +__all__ = ["RobotFileParser"] + debug = 0 def _debug(msg): |