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

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jul 10 16:41:33 CEST 2006


Author: cfbolz
Date: Mon Jul 10 16:41:32 2006
New Revision: 29920

Modified:
   pypy/branch/objspace-config-cleanup/pypy/objspace/std/dicttype.py
Log:
how many typos can you get into one line?!


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 16:41:32 2006
@@ -165,7 +165,7 @@
     """
     from pypy.interpreter.mixedmodule import MixedModule
     if space.config.objspace.std.withstrdict:
-        from pypy.objspace.std.dictobject import \
+        from pypy.objspace.std.dictstrobject import \
              W_DictIter_Keys, W_DictIter_Values, W_DictIter_Items
     else:
         from pypy.objspace.std.dictobject import \



More information about the Pypy-commit mailing list