diff options
Diffstat (limited to 'Lib/test/test_robotparser.py')
-rw-r--r-- | Lib/test/test_robotparser.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py index beec006..6a23b22 100644 --- a/Lib/test/test_robotparser.py +++ b/Lib/test/test_robotparser.py @@ -1,4 +1,5 @@ -import unittest, StringIO, robotparser, test_support +import unittest, StringIO, robotparser +from test import test_support class RobotTestCase(unittest.TestCase): def __init__(self, index, parser, url, good, agent): |