[pypy-svn] r41841 - pypy/dist/pypy/translator/goal

mwh at codespeak.net mwh at codespeak.net
Tue Apr 3 12:23:48 CEST 2007


Author: mwh
Date: Tue Apr  3 12:23:47 2007
New Revision: 41841

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
finally change bench-cronjob to reflect change in tproxy option name


Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py	Tue Apr  3 12:23:47 2007
@@ -183,7 +183,7 @@
             c--thread
             c--_objspace=taint
             c--_allworkingmodules
-            c--_with-transparent-proxy--_faassen
+            c--_objspace-std-withtproxy--_faassen
             c--gc=framework--_faassen
             c--_objspace-std-withrope
             cli


More information about the pypy-svn mailing list