diff options
| author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-27 01:44:28 (GMT) |
|---|---|---|
| committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-27 01:44:28 (GMT) |
| commit | 7195963aa2b25030ef4662e6879ad27517e63fcc (patch) | |
| tree | 7e4afe7f95e9f29995900790297d9ee41ca7f8be /Lib/test/test_tempfile.py | |
| parent | 5afb5c6630540f2b4fb314a9a7c5ea9692e0b0c0 (diff) | |
| download | cpython-7195963aa2b25030ef4662e6879ad27517e63fcc.zip cpython-7195963aa2b25030ef4662e6879ad27517e63fcc.tar.gz cpython-7195963aa2b25030ef4662e6879ad27517e63fcc.tar.bz2 | |
test_support was renamed to support on py3k.
Diffstat (limited to 'Lib/test/test_tempfile.py')
| -rw-r--r-- | Lib/test/test_tempfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index 844e608..11674a6 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py @@ -149,7 +149,7 @@ class test__candidate_tempdir_list(TC): # _candidate_tempdir_list contains the expected directories # Make sure the interesting environment variables are all set. - with test_support.EnvironmentVarGuard() as env: + with support.EnvironmentVarGuard() as env: for envname in 'TMPDIR', 'TEMP', 'TMP': dirname = os.getenv(envname) if not dirname: |
