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

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import wx
  5. if 'wxMSW' in wx.PlatformInfo:
  6.     from bugreporterguiold import show_dialog
  7. else:
  8.     from bugreportergui import show_dialog
  9. from crashgui import CrashDialog
  10.