[pypy-svn] r39006 - pypy/dist/pypy/doc

mwh at codespeak.net mwh at codespeak.net
Fri Feb 16 14:12:17 CET 2007


Author: mwh
Date: Fri Feb 16 14:12:13 2007
New Revision: 39006

Modified:
   pypy/dist/pypy/doc/conftest.py
Log:
hahaoops


Modified: pypy/dist/pypy/doc/conftest.py
==============================================================================
--- pypy/dist/pypy/doc/conftest.py	(original)
+++ pypy/dist/pypy/doc/conftest.py	Fri Feb 16 14:12:13 2007
@@ -71,7 +71,7 @@
             prefix += "../"
         config = get_pypy_config()
         # begin horror
-        h, n = config._cfgimpl_get_home_by_path('objspace.std.withmethodcache');
+        h, n = config._cfgimpl_get_home_by_path(text);
         opt = getattr(h._cfgimpl_descr, n)
         # end horror
         cmdline = get_cmdline(opt.cmdline, text)



More information about the Pypy-commit mailing list