home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / gui / native / win / __init__.pyo (.txt) next >
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  721 b   |  17 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import sys
  5. if not sys.platform.startswith('win'):
  6.     pass
  7.  
  8. from peak.util.imports import lazyModule
  9. dockconstants = lazyModule('gui.native.win.dockconstants')
  10. winhelpers = lazyModule('gui.native.win.winhelpers')
  11. process = lazyModule('gui.native.win.process')
  12. toplevel = lazyModule('gui.native.win.toplevel')
  13. winconstants = lazyModule('gui.native.win.winconstants')
  14. winpaths = lazyModule('gui.native.win.winpaths')
  15. winutil = lazyModule('gui.native.win.winutil')
  16. appbar = lazyModule('gui.native.win.appbar')
  17.