home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / social / socialfeed.pyo (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  1.0 KB  |  27 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. from gui.imwin.styles.adiummsgstyles import AdiumMessageStyle
  5.  
  6. class SocialFeedStyle(AdiumMessageStyle):
  7.     pass
  8.  
  9.  
  10. def main():
  11.     testapp = testapp
  12.     import tests.testapp
  13.     app = testapp()
  14.     import wx.webview as wx
  15.     f = wx.Frame(None, -1, size = (300, 700))
  16.     get_theme = get_theme
  17.     import gui.imwin.styles.msgstyles
  18.     style = SocialFeedStyle(get_theme('Smooth Operator').path)
  19.     w = wx.webview.WebView(f)
  20.     w.SetPageSource(style.initialContents('', None, False))
  21.     f.Show()
  22.     app.MainLoop()
  23.  
  24. if __name__ == '__main__':
  25.     main()
  26.  
  27.