Remove unused support.run_unittest imports.

It is not needed since tests use unittest.main().
This commit is contained in:
Serhiy Storchaka 2016-04-24 23:42:49 +03:00
parent 8153ac8f00
commit e4fbb0206d
15 changed files with 6 additions and 15 deletions

View file

@ -3,7 +3,6 @@
# Codec encoding tests for ROK encodings.
#
from test import support
from test import multibytecodec_support
import unittest