]> granicus.if.org Git - python/commitdiff
Fix a test_atexit failure when run with -3
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 14 Oct 2009 17:34:31 +0000 (17:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 14 Oct 2009 17:34:31 +0000 (17:34 +0000)
Lib/test/test_atexit.py

index 0ff6e53bdc5d790a3f43b2e44c6c66a2de9672c0..bf85b75253617426f043d3ffef8e23b8d487d322 100644 (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):