diff options
Diffstat (limited to 'Lib/test/test_htmlparser.py')
-rwxr-xr-x | Lib/test/test_htmlparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py index 9d60dd8aef..8422751cef 100755 --- a/Lib/test/test_htmlparser.py +++ b/Lib/test/test_htmlparser.py @@ -3,8 +3,8 @@ import HTMLParser import pprint import sys -import test_support import unittest +from test import test_support class EventCollector(HTMLParser.HTMLParser): |