commit | 42bfa90f02f0055ea163df9103ebed873ee1dbb0 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon May 12 00:08:34 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon May 12 00:08:34 2008 +0000 |
tree | 21b36e7ba36b42f58780624d900a5ca68d33a31f | |
parent | b61d801adbb7dd13ed1f2706fe537cae970bcfa6 [diff] [blame] |
Depreate imageop for removal in 3.0.
diff --git a/Lib/test/test_imageop.py b/Lib/test/test_imageop.py index 3b14357..8cd2dc1 100755 --- a/Lib/test/test_imageop.py +++ b/Lib/test/test_imageop.py
@@ -5,11 +5,10 @@ Roger E. Masse """ -from test.test_support import verbose, unlink +from test.test_support import verbose, unlink, import_module -import imageop, uu, os, imgfile - -import warnings +imageop = import_module('imageop', deprecated=True) +import uu, os, imgfile def test_main():