Fix a test_atexit failure when run with -3

This commit is contained in:
Antoine Pitrou 2009-10-14 17:34:31 +00:00
parent bca7b4894a
commit 868817eaf5
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):