home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / config.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  345 b   |  14 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import sys
  5. if sys.platform.startswith('win'):
  6.     platformName = 'win'
  7. elif sys.platform.startswith('darwin'):
  8.     platformName = 'mac'
  9. else:
  10.     platformName = 'gtk'
  11. newMenubar = 0
  12. nativeIMWindow = platformName == 'mac'
  13. platform = platformName
  14.