[pypy-svn] r37672 - pypy/dist/pypy/jit/codegen/demo

mwh at codespeak.net mwh at codespeak.net
Wed Jan 31 15:18:46 CET 2007


Author: mwh
Date: Wed Jan 31 15:18:39 2007
New Revision: 37672

Modified:
   pypy/dist/pypy/jit/codegen/demo/conftest.py
Log:
import ppc.conftest in demo.conftest so i can use ppc-specific options.


Modified: pypy/dist/pypy/jit/codegen/demo/conftest.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/demo/conftest.py	(original)
+++ pypy/dist/pypy/jit/codegen/demo/conftest.py	Wed Jan 31 15:18:39 2007
@@ -1,5 +1,7 @@
 import py, random
 
+from pypy.jit.codegen.ppc import conftest
+
 Option = py.test.config.Option
 
 option = py.test.config.addoptions("demo options",



More information about the Pypy-commit mailing list