diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-20 21:35:26 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-20 21:35:26 +0000 |
commit | 191bb1a4e6297cc84aa247fb3039fca3defcb03a (patch) | |
tree | a173e04b260943dcad3348a95f52ce4ee10f9886 /Lib/test/test_cgi.py | |
parent | 8c10100984e3a1f6c753345a552369a902c8d78f (diff) | |
download | cpython-191bb1a4e6297cc84aa247fb3039fca3defcb03a.tar.gz |
#2621 rename test.test_support to test.support
Diffstat (limited to 'Lib/test/test_cgi.py')
-rw-r--r-- | Lib/test/test_cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cgi.py b/Lib/test/test_cgi.py index f28719bd99..f9b336f7e5 100644 --- a/Lib/test/test_cgi.py +++ b/Lib/test/test_cgi.py @@ -1,4 +1,4 @@ -from test.test_support import run_unittest +from test.support import run_unittest import cgi import os import sys |