summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multifile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_multifile.py')
-rw-r--r--Lib/test/test_multifile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_multifile.py b/Lib/test/test_multifile.py
index daf7dde..043075b 100644
--- a/Lib/test/test_multifile.py
+++ b/Lib/test/test_multifile.py
@@ -1,5 +1,5 @@
from test import test_support
-import mimetools
+mimetools = test_support.import_module('mimetools', deprecated=True)
multifile = test_support.import_module('multifile', deprecated=True)
import cStringIO