Home | History | Annotate | Download | only in macholib
      1 ######################################################################
      2 #  This file should be kept compatible with Python 2.3, see PEP 291. #
      3 ######################################################################
      4 """
      5 Enough Mach-O to make your head spin.
      6 
      7 See the relevant header files in /usr/include/mach-o
      8 
      9 And also Apple's documentation.
     10 """
     11 
     12 __version__ = '1.0'
     13