commit | 4652537ba4433e96a485c5ac9b855786c4a5eb04 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 15 03:32:11 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 15 03:32:11 2008 +0000 |
tree | bdd66ca61bf43bffcbf2287934daf27df3e95f83 | |
parent | 707e384a7a42a90fd39754e89638ddadef722030 [diff] [blame] |
Deprecate imgfile for removal in 3.0.
diff --git a/Lib/test/test_imgfile.py b/Lib/test/test_imgfile.py index ecc02ea..39e8917 100755 --- a/Lib/test/test_imgfile.py +++ b/Lib/test/test_imgfile.py
@@ -4,9 +4,10 @@ Roger E. Masse """ -from test.test_support import verbose, unlink, findfile +from test.test_support import verbose, unlink, findfile, import_module -import imgfile, uu +imgfile = import_module('imgfile', deprecated=True) +import uu def testimage(name):