/Lib/ctypes/macholib/__init__.py
http://unladen-swallow.googlecode.com/ · Python · 12 lines · 2 code · 0 blank · 10 comment · 0 complexity · 7425c02c1d14d4aa83573609aac1788e MD5 · raw file
- ######################################################################
- # This file should be kept compatible with Python 2.3, see PEP 291. #
- ######################################################################
- """
- Enough Mach-O to make your head spin.
- See the relevant header files in /usr/include/mach-o
- And also Apple's documentation.
- """
- __version__ = '1.0'