From e3dfe80856cf4e4db514b62701fd99397ea941d9 Mon Sep 17 00:00:00 2001 From: fijal Date: Fri, 26 Jan 2007 22:56:50 +0100 Subject: [PATCH] [svn r37409] Fix the test --HG-- branch : trunk --- py/test/rsession/testing/test_webjs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/test/rsession/testing/test_webjs.py b/py/test/rsession/testing/test_webjs.py index 71210c67a..6bd6772e2 100644 --- a/py/test/rsession/testing/test_webjs.py +++ b/py/test/rsession/testing/test_webjs.py @@ -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):