home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / lib / gui / pref / pg_plugins.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-02-26  |  569 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import wx
  5. from gui.pref.prefcontrols import *
  6.  
  7. def panel(panel, sizer, newgroup, exithooks):
  8.     newgroup('Plugins', PluginList(panel))
  9.     return panel
  10.  
  11.  
  12. class PluginList(wx.VListBox):
  13.     pass
  14.  
  15.