[pypy-svn] r21792 - pypy/dist/pypy/rpython

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Jan 7 19:14:05 CET 2006


Author: cfbolz
Date: Sat Jan  7 19:14:04 2006
New Revision: 21792

Modified:
   pypy/dist/pypy/rpython/rpbc.py
Log:
pseudo-checkin to test whether poor braintone is working again


Modified: pypy/dist/pypy/rpython/rpbc.py
==============================================================================
--- pypy/dist/pypy/rpython/rpbc.py	(original)
+++ pypy/dist/pypy/rpython/rpbc.py	Sat Jan  7 19:14:04 2006
@@ -575,3 +575,4 @@
     for cdef1 in classdef.getmro():
         for attrname in cdef1.attrs:
             yield cdef1, attrname
+



More information about the Pypy-commit mailing list