[svn r37409] Fix the test

--HG--
branch : trunk
This commit is contained in:
fijal 2007-01-26 22:56:50 +01:00
parent f098c2d353
commit e3dfe80856
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ try:
import pypy
from pypy.translator.js.modules import dom
from pypy.translator.js.tester import schedule_callbacks
from py.__.test.rsession.rsession import session_options
dom.Window # check whether dom was properly imported or is just a
# leftover in sys.modules
except (ImportError, AttributeError):