diff options
Diffstat (limited to 'Lib/test/test_htmllib.py')
-rw-r--r-- | Lib/test/test_htmllib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_htmllib.py b/Lib/test/test_htmllib.py index a20f43b..e1f4334 100644 --- a/Lib/test/test_htmllib.py +++ b/Lib/test/test_htmllib.py @@ -1,8 +1,8 @@ import formatter -import htmllib import unittest from test import test_support +htmllib = test_support.import_module('htmllib', deprecated=True) class AnchorCollector(htmllib.HTMLParser): |