From 868817eaf5a7ed4b92c486eb9dadd568b13e629c Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 14 Oct 2009 17:34:31 +0000 Subject: Fix a test_atexit failure when run with -3 --- Lib/test/test_atexit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_atexit.py b/Lib/test/test_atexit.py index 0ff6e53..bf85b75 100644 --- a/Lib/test/test_atexit.py +++ b/Lib/test/test_atexit.py @@ -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): -- cgit v0.12