diff options
| author | Tim Peters <tim.peters@gmail.com> | 2001-09-25 19:29:35 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2001-09-25 19:29:35 +0000 |
| commit | d48004f4f038799d3e82a580e29f8ad1dae50a5e (patch) | |
| tree | d936359c36b24f833009735816203a35ad15fe80 /Lib/test/test_httplib.py | |
| parent | 342ca75d9552ff5c606c465d1392a32e44257fe5 (diff) | |
| download | cpython-git-d48004f4f038799d3e82a580e29f8ad1dae50a5e.tar.gz | |
test_support should be imported directly, not via test.test_support.
Diffstat (limited to 'Lib/test/test_httplib.py')
| -rw-r--r-- | Lib/test/test_httplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py index aef65a6811..d39e85f415 100644 --- a/Lib/test/test_httplib.py +++ b/Lib/test/test_httplib.py @@ -1,4 +1,4 @@ -from test.test_support import verify,verbose +from test_support import verify,verbose import httplib import StringIO |
