[pypy-svn] r39844 - pypy/dist/pypy/module/clr

antocuni at codespeak.net antocuni at codespeak.net
Sun Mar 4 09:37:02 CET 2007


Author: antocuni
Date: Sun Mar  4 09:37:00 2007
New Revision: 39844

Modified:
   pypy/dist/pypy/module/clr/interp_clr.py
Log:
forgot to commit this long time ago



Modified: pypy/dist/pypy/module/clr/interp_clr.py
==============================================================================
--- pypy/dist/pypy/module/clr/interp_clr.py	(original)
+++ pypy/dist/pypy/module/clr/interp_clr.py	Sun Mar  4 09:37:00 2007
@@ -125,6 +125,7 @@
         b_prop = b_propertyinfos[i]
         get_name = None
         set_name = None
+        is_static = False
         if b_prop.get_CanRead():
             get_meth = b_prop.GetGetMethod()
             get_name = get_meth.get_Name()



More information about the Pypy-commit mailing list