plan9fox/sys/lib/python/ctypes/macholib/__init__.py
2011-05-03 11:25:13 +00:00

13 lines
367 B
Python

######################################################################
# 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'