Commit 42a3deb7 authored by Tim Peters's avatar Tim Peters

Suppress another deprecation warning in the tests.

parent 668a94a3
# Testing rgbimg module
import rgbimg, os, uu
import warnings
warnings.filterwarnings("ignore",
"the rgbimg module is deprecated",
DeprecationWarning,
".*test_rgbimg$")
import rgbimg
import os, uu
from test.test_support import verbose, unlink, findfile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment