]> granicus.if.org Git - python/commit
Complete the absolute import patch for the test suite. All relative
authorBarry Warsaw <barry@python.org>
Tue, 30 Jul 2002 23:27:12 +0000 (23:27 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 30 Jul 2002 23:27:12 +0000 (23:27 +0000)
commit408b6d34de2b1a6ba690557def435adce9314184
tree9d4e40110765646f7033a740641ef67750d17b91
parent1bc894b1333ff0fd0d8b175f6748798e5fd08aed
Complete the absolute import patch for the test suite.  All relative
imports of test modules now import from the test package.  Other
related oddities are also fixed (like DeprecationWarning filters that
weren't specifying the full import part, etc.).  Also did a general
code cleanup to remove all "from test.test_support import *"'s.  Other
from...import *'s weren't changed.
46 files changed:
Lib/UserString.py
Lib/test/autotest.py
Lib/test/double_const.py
Lib/test/pickletester.py
Lib/test/regrtest.py
Lib/test/string_tests.py
Lib/test/test___all__.py
Lib/test/test_al.py
Lib/test/test_atexit.py
Lib/test/test_b1.py
Lib/test/test_b2.py
Lib/test/test_binascii.py
Lib/test/test_bisect.py
Lib/test/test_bufio.py
Lib/test/test_builtin.py
Lib/test/test_cd.py
Lib/test/test_cfgparser.py
Lib/test/test_cgi.py
Lib/test/test_cl.py
Lib/test/test_class.py
Lib/test/test_coercion.py
Lib/test/test_compare.py
Lib/test/test_complex.py
Lib/test/test_contains.py
Lib/test/test_doctest2.py
Lib/test/test_exceptions.py
Lib/test/test_extcall.py
Lib/test/test_file.py
Lib/test/test_frozen.py
Lib/test/test_funcattrs.py
Lib/test/test_future.py
Lib/test/test_getargs.py
Lib/test/test_gl.py
Lib/test/test_global.py
Lib/test/test_grammar.py
Lib/test/test_gzip.py
Lib/test/test_httplib.py
Lib/test/test_math.py
Lib/test/test_opcodes.py
Lib/test/test_pickle.py
Lib/test/test_re.py
Lib/test/test_sre.py
Lib/test/test_strop.py
Lib/test/test_support.py
Lib/test/test_traceback.py
Lib/test/test_unpack.py