mirror of https://github.com/python/cpython
Fix a test_atexit failure when run with -3
This commit is contained in:
parent
bca7b4894a
commit
868817eaf5
|
@ -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