commit | 43e5ef49b12ccba2c43ea003316a3ff23677fe0f | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon May 12 03:19:20 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon May 12 03:19:20 2008 +0000 |
tree | aef2114c646819d1b7d44545306811445ed85f99 | |
parent | fea23a4d004673f2a2295669e94c9c9fb2229f4b [diff] [blame] |
Deprecate the multifile module as per PEP 4.
diff --git a/Lib/test/test_multifile.py b/Lib/test/test_multifile.py index 437c394..daf7dde 100644 --- a/Lib/test/test_multifile.py +++ b/Lib/test/test_multifile.py
@@ -1,5 +1,6 @@ +from test import test_support import mimetools -import multifile +multifile = test_support.import_module('multifile', deprecated=True) import cStringIO msg = """Mime-Version: 1.0