Commit 868817ea authored by Antoine Pitrou's avatar Antoine Pitrou

Fix a test_atexit failure when run with -3

parent bca7b489
......@@ -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):
......
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