Commit d48004f4 authored by Tim Peters's avatar Tim Peters

test_support should be imported directly, not via test.test_support.

parent 342ca75d
from test.test_support import verify,verbose
from test_support import verify,verbose
import httplib
import StringIO
......
from test.test_support import verify, TestFailed, check_syntax
from test_support import verify, TestFailed, check_syntax
import warnings
warnings.filterwarnings("ignore", "import *")
......
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