home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 July / maximum-cd-2011-07.iso / DiscContents / LibO_3.3.2_Win_x86_install_multi.exe / libreoffice1.cab / __init__2.py < prev    next >
Encoding:
Text File  |  2011-03-15  |  367 b   |  13 lines

  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.