[pypy-svn] r29916 - pypy/branch/objspace-config-cleanup/pypy/objspace/std

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jul 10 11:52:21 CEST 2006


Author: cfbolz
Date: Mon Jul 10 11:52:19 2006
New Revision: 29916

Modified:
   pypy/branch/objspace-config-cleanup/pypy/objspace/std/dicttype.py
Log:
grumpf! again no cookie today


Modified: pypy/branch/objspace-config-cleanup/pypy/objspace/std/dicttype.py
==============================================================================
--- pypy/branch/objspace-config-cleanup/pypy/objspace/std/dicttype.py	(original)
+++ pypy/branch/objspace-config-cleanup/pypy/objspace/std/dicttype.py	Mon Jul 10 11:52:19 2006
@@ -164,7 +164,7 @@
     a registration with copy_reg, instead.
     """
     from pypy.interpreter.mixedmodule import MixedModule
-    if space.config.objspace.std.withdictstr:
+    if space.config.objspace.std.withstrdict:
         from pypy.objspace.std.dictobject import \
              W_DictIter_Keys, W_DictIter_Values, W_DictIter_Items
     else:



More information about the Pypy-commit mailing list