/Lib/ctypes/macholib/__init__.py

http://unladen-swallow.googlecode.com/ · Python · 12 lines · 2 code · 0 blank · 10 comment · 0 complexity · 7425c02c1d14d4aa83573609aac1788e MD5 · raw file

  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. See the relevant header files in /usr/include/mach-o
  7. And also Apple's documentation.
  8. """
  9. __version__ = '1.0'