mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
#7092: silence py3k warnings for deprecated modules
This commit is contained in:
parent
75d3fb1ebb
commit
a2d4653740
14 changed files with 47 additions and 30 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue