[pypy-svn] r20204 - pypy/branch/somepbc-refactoring/pypy/rpython

mwh at codespeak.net mwh at codespeak.net
Thu Nov 24 11:08:41 CET 2005


Author: mwh
Date: Thu Nov 24 11:08:40 2005
New Revision: 20204

Modified:
   pypy/branch/somepbc-refactoring/pypy/rpython/rpbc.py
Log:
small mistake


Modified: pypy/branch/somepbc-refactoring/pypy/rpython/rpbc.py
==============================================================================
--- pypy/branch/somepbc-refactoring/pypy/rpython/rpbc.py	(original)
+++ pypy/branch/somepbc-refactoring/pypy/rpython/rpbc.py	Thu Nov 24 11:08:40 2005
@@ -287,7 +287,7 @@
     descs = s_pbc.descriptions.keys()
     assert len(descs) >= 1
     if len(descs) == 1:
-        return SingleFrozenPBCRepr(pbcs[0])
+        return SingleFrozenPBCRepr(descs[0])
     else:
         access = descs[0].getattrfamily()
         for desc in descs[1:]:



More information about the Pypy-commit mailing list