[svn r37720] Kill dead import

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-01 12:28:45 +01:00
parent 661d984aec
commit f4b4f68b40
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ from py.__.test.rsession.web import exported_methods
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")