[py-svn] r37720 - py/trunk/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Thu Feb 1 12:28:48 CET 2007


Author: fijal
Date: Thu Feb  1 12:28:45 2007
New Revision: 37720

Modified:
   py/trunk/py/test/rsession/webjs.py
Log:
Kill dead import


Modified: py/trunk/py/test/rsession/webjs.py
==============================================================================
--- py/trunk/py/test/rsession/webjs.py	(original)
+++ py/trunk/py/test/rsession/webjs.py	Thu Feb  1 12:28:45 2007
@@ -7,7 +7,6 @@
 try:
     from pypy.translator.js.modules import dom
     from pypy.translator.js.helper import __show_traceback
-    from pypy.translator.transformer.debug import traceback_handler
 except ImportError:
     py.test.skip("PyPy not found")
 


More information about the py-svn mailing list