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:
Ezio Melotti 2010-08-02 20:47:06 +00:00
parent 589254baa4
commit 5ee50bba6b
1 changed files with 1 additions and 0 deletions

View File

@ -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):