[pypy-svn] r39174 - pypy/dist/pypy/lang/js/test/ecma

santagada at codespeak.net santagada at codespeak.net
Sun Feb 18 19:44:43 CET 2007


Author: santagada
Date: Sun Feb 18 19:44:42 2007
New Revision: 39174

Modified:
   pypy/dist/pypy/lang/js/test/ecma/conftest.py
Log:
not reading options


Modified: pypy/dist/pypy/lang/js/test/ecma/conftest.py
==============================================================================
--- pypy/dist/pypy/lang/js/test/ecma/conftest.py	(original)
+++ pypy/dist/pypy/lang/js/test/ecma/conftest.py	Sun Feb 18 19:44:42 2007
@@ -1,7 +1,6 @@
 import py
 from pypy.lang.js.interpreter import *
 from pypy.lang.js.jsobj import W_Array
-from pypy.lang.js.conftest import option
 
 rootdir = py.magic.autopath().dirpath()
 exclusionlist = ['shell.js', 'browser.js']



More information about the Pypy-commit mailing list