diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-08-02 20:47:06 (GMT) |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-08-02 20:47:06 (GMT) |
| commit | 5ee50bba6b96c39ef775664a535c61c27b8e869f (patch) | |
| tree | 57e49065d52199f660009ddeb728e6813c2884a0 /Lib/test | |
| parent | 589254baa477d69bd14e4d6b00bddc98d53f6818 (diff) | |
| download | cpython-5ee50bba6b96c39ef775664a535c61c27b8e869f.zip cpython-5ee50bba6b96c39ef775664a535c61c27b8e869f.tar.gz cpython-5ee50bba6b96c39ef775664a535c61c27b8e869f.tar.bz2 | |
Merged revisions 75408 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75408 | antoine.pitrou | 2009-10-14 20:34:31 +0300 (Wed, 14 Oct 2009) | 3 lines
Fix a test_atexit failure when run with -3
........
Diffstat (limited to 'Lib/test')
| -rw-r--r-- | Lib/test/test_atexit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_atexit.py b/Lib/test/test_atexit.py index 0ff6e53..bf85b75 100644 --- a/Lib/test/test_atexit.py +++ b/Lib/test/test_atexit.py @@ -2,6 +2,7 @@ import sys import unittest import StringIO import atexit +from imp import reload from test import test_support class TestCase(unittest.TestCase): |
