Changeset 376
- Timestamp:
- 05/29/11 12:13:17 (2 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.py
r364 r376 123 123 124 124 def ext_status(self, ext): 125 if 'Java' in sys.version or 'IronPython' in sys.version or 'PyPy' in sys.version: 126 return False 125 127 if isinstance(ext, Extension): 126 128 with_ext = getattr(self, ext.attr_name)
Note: See TracChangeset
for help on using the changeset viewer.
