mirror of https://github.com/python/cpython
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 ........
This commit is contained in:
parent
589254baa4
commit
5ee50bba6b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue