Kaydet (Commit) 868817ea authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix a test_atexit failure when run with -3

üst bca7b489
...@@ -2,6 +2,7 @@ import sys ...@@ -2,6 +2,7 @@ import sys
import unittest import unittest
import StringIO import StringIO
import atexit import atexit
from imp import reload
from test import test_support from test import test_support
class TestCase(unittest.TestCase): class TestCase(unittest.TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment