summaryrefslogtreecommitdiffstats
path: root/python/macholib/macholib/__init__.py
blob: df68ce8025925e23a584d22e4a9862b4e412ece6 (plain)
1
2
3
4
5
6
7
8
9
10
"""
Enough Mach-O to make your head spin.

See the relevant header files in /usr/include/mach-o

And also Apple's documentation.
"""
from __future__ import print_function
import pkg_resources
__version__ = pkg_resources.require('macholib')[0].version