cpython/Lib/ctypes/macholib
Thomas Heller 8982cf5484 Replace 'has_key()' with 'in'.
Replace 'raise Error, stuff' with 'raise Error(stuff)'.
2008-02-21 18:52:20 +00:00
..
README.ctypes
__init__.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
dyld.py Replace 'has_key()' with 'in'. 2008-02-21 18:52:20 +00:00
dylib.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
fetch_macholib
fetch_macholib.bat
framework.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00

README.ctypes

Files in this directory from from Bob Ippolito's py2app.

License: Any components of the py2app suite may be distributed under
the MIT or PSF open source licenses.

This is version 1.0, SVN revision 789, from 2006/01/25.
The main repository is http://svn.red-bean.com/bob/macholib/trunk/macholib/