summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sgmllib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sgmllib.py')
-rw-r--r--Lib/test/test_sgmllib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sgmllib.py b/Lib/test/test_sgmllib.py
index ff0af9e..f6f1309 100644
--- a/Lib/test/test_sgmllib.py
+++ b/Lib/test/test_sgmllib.py
@@ -1,7 +1,7 @@
import pprint
import sgmllib
-import test_support
import unittest
+from test import test_support
class EventCollector(sgmllib.SGMLParser):