summaryrefslogtreecommitdiff
path: root/lib/python2.7/ctypes/macholib/__init__.py
blob: 36149d28a1506c56346c127b277702f1e8123fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
######################################################################
#  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'