summaryrefslogtreecommitdiff
path: root/Lib/test/test_htmlparser.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 13:45:58 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 13:45:58 +0300
commit4b389ab3984fcc950fa488a17064d564ca445eeb (patch)
treed631021bb016cab949a31ef74858bc517f37e1df /Lib/test/test_htmlparser.py
parent3e9690b3b9ac10e52a2f6b8c001b5b93887dcd9d (diff)
downloadcpython-4b389ab3984fcc950fa488a17064d564ca445eeb.tar.gz
Issue #23277: Remove unused support.run_unittest import.
Diffstat (limited to 'Lib/test/test_htmlparser.py')
-rw-r--r--Lib/test/test_htmlparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py
index 11420b2c84..a7f53d382e 100644
--- a/Lib/test/test_htmlparser.py
+++ b/Lib/test/test_htmlparser.py
@@ -3,7 +3,6 @@
import html.parser
import pprint
import unittest
-from test import support
class EventCollector(html.parser.HTMLParser):