[pypy-svn] r69652 - pypy/trunk/pypy/translator/platform

fijal at codespeak.net fijal at codespeak.net
Thu Nov 26 12:52:37 CET 2009


Author: fijal
Date: Thu Nov 26 12:52:37 2009
New Revision: 69652

Modified:
   pypy/trunk/pypy/translator/platform/distutils_platform.py
Log:
set this attribute on class as well


Modified: pypy/trunk/pypy/translator/platform/distutils_platform.py
==============================================================================
--- pypy/trunk/pypy/translator/platform/distutils_platform.py	(original)
+++ pypy/trunk/pypy/translator/platform/distutils_platform.py	Thu Nov 26 12:52:37 2009
@@ -21,6 +21,7 @@
     point soon completely
     """
     name = "distutils"
+    so_ext = so_ext
     
     def __init__(self, cc=None):
         self.cc = cc



More information about the Pypy-commit mailing list