home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.6)
-
- from gui.imwin.styles.adiummsgstyles import AdiumMessageStyle
-
- class SocialFeedStyle(AdiumMessageStyle):
- pass
-
-
- def main():
- testapp = testapp
- import tests.testapp
- app = testapp()
- import wx.webview as wx
- f = wx.Frame(None, -1, size = (300, 700))
- get_theme = get_theme
- import gui.imwin.styles.msgstyles
- style = SocialFeedStyle(get_theme('Smooth Operator').path)
- w = wx.webview.WebView(f)
- w.SetPageSource(style.initialContents('', None, False))
- f.Show()
- app.MainLoop()
-
- if __name__ == '__main__':
- main()
-
-