summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecencodings_hk.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 20:42:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 20:42:49 (GMT)
commite4fbb0206d0794b58d096beafd9964340ea26640 (patch)
tree6444f3b33e801744f204d75eddafc2b59ccabafb /Lib/test/test_codecencodings_hk.py
parent8153ac8f00efb5efb486805234887d49b22755ac (diff)
downloadcpython-e4fbb0206d0794b58d096beafd9964340ea26640.zip
cpython-e4fbb0206d0794b58d096beafd9964340ea26640.tar.gz
cpython-e4fbb0206d0794b58d096beafd9964340ea26640.tar.bz2
Remove unused support.run_unittest imports.
It is not needed since tests use unittest.main().
Diffstat (limited to 'Lib/test/test_codecencodings_hk.py')
-rw-r--r--Lib/test/test_codecencodings_hk.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_codecencodings_hk.py b/Lib/test/test_codecencodings_hk.py
index bb9be11..c5e2f99 100644
--- a/Lib/test/test_codecencodings_hk.py
+++ b/Lib/test/test_codecencodings_hk.py
@@ -3,7 +3,6 @@
# Codec encoding tests for HongKong encodings.
#
-from test import support
from test import multibytecodec_support
import unittest