Author: Carl Friedrich Bolz <[email protected]>
Branch: dict-strategies
Changeset: r44583:e998751136b2
Date: 2011-05-29 14:44 +0200
http://bitbucket.org/pypy/pypy/changeset/e998751136b2/

Log:    nonsense (no cookies)

diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py
--- a/pypy/objspace/std/celldict.py
+++ b/pypy/objspace/std/celldict.py
@@ -160,8 +160,8 @@
         self.content = None
 
 class ModuleDictIteratorImplementation(IteratorImplementation):
-    def __init__(self, space, dictimplementation):
-        IteratorImplementation.__init__(self, space, strategy, 
dictimplementation)
+    def __init__(self, space, strategy, dictimplementation):
+        IteratorImplementation.__init__(self, space, dictimplementation)
         dict_w = strategy.unerase(dictimplementation.dstorage)
         self.iterator = dict_w.iteritems()
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to