summaryrefslogtreecommitdiff
path: root/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
blob: 5621defccd61d1c4b0c64b8e136ef4357052dcb3 (plain)
1
2
3
4
5
6
7
8
9
"""
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'