home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Bureautique / gImageReader / gimagereader_0.9-1_win32.exe / bin / gio / __init__.pyc (.txt) next >
Python Compiled Bytecode  |  2011-03-24  |  809b  |  25 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.7)
  3.  
  4. from gobject import GObjectMeta
  5. from _gio import *
  6. from _gio import _app_info_init, _install_app_info_meta, _file_init, _install_file_meta
  7.  
  8. try:
  9.     import unix
  10.     unix
  11. except ImportError:
  12.     unix = None
  13.  
  14. del _gio
  15.  
  16. class GFileMeta(GObjectMeta):
  17.     __call__ = _file_init
  18.  
  19. _install_file_meta(GFileMeta)
  20.  
  21. class GAppInfoMeta(GObjectMeta):
  22.     __call__ = _app_info_init
  23.  
  24. _install_app_info_meta(GAppInfoMeta)
  25.