Fix remaining tests and remove an unused import.

This commit is contained in:
Berker Peksag 2015-05-06 07:01:52 +03:00
parent c4c59050c8
commit 076dbd0560
4 changed files with 7 additions and 6 deletions

View file

@ -14,7 +14,7 @@ import shutil
import zipfile
from importlib.util import source_from_cache
from test.support import make_legacy_pyc, strip_python_stderr, temp_dir
from test.support import make_legacy_pyc, strip_python_stderr
# Cached result of the expensive test performed in the function below.