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):
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to