Index: jython/Lib/test/test_exceptions.py |
=================================================================== |
--- jython/Lib/test/test_exceptions.py (revisión: 5327) |
+++ jython/Lib/test/test_exceptions.py (copia de trabajo) |
@@ -339,7 +339,7 @@ |
def test_main(): |
- import test_support |
+ from test import test_support |
Nicholas Riley
2008/09/14 00:22:45
looks unrelated, check in separately
|
if test_support.is_jython: |
# XXX: http://bugs.jython.org/issue1063 |
del ExceptionTests.testInfiniteRecursion |