[Python-3000-checkins] r55166 - python/branches/p3yk/Lib/test/test_warnings.py

neal.norwitz python-3000-checkins at python.org
Mon May 7 09:12:36 CEST 2007


Author: neal.norwitz
Date: Mon May  7 09:12:35 2007
New Revision: 55166

Modified:
   python/branches/p3yk/Lib/test/test_warnings.py
Log:
Fix this test so it runs again by importing warnings_test properly.

Modified: python/branches/p3yk/Lib/test/test_warnings.py
==============================================================================
--- python/branches/p3yk/Lib/test/test_warnings.py	(original)
+++ python/branches/p3yk/Lib/test/test_warnings.py	Mon May  7 09:12:35 2007
@@ -3,7 +3,7 @@
 import unittest
 from test import test_support
 
-import warning_tests
+from test import warning_tests
 
 class TestModule(unittest.TestCase):
     def setUp(self):


More information about the Python-3000-checkins mailing list