home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / digsby_setup85.exe / lib / gui / infobox / interfaces.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-11-24  |  995 b   |  23 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import protocols
  5.  
  6. class IInfoboxHTMLProvider(protocols.Interface):
  7.     
  8.     def get_html(htmlfonts):
  9.         pass
  10.  
  11.  
  12.  
  13. class ICacheableInfoboxHTMLProvider(IInfoboxHTMLProvider):
  14.     _dirty = property()
  15.  
  16.  
  17. class ICachingInfoboxHTMLProvider(IInfoboxHTMLProvider):
  18.     
  19.     def get_html(htmlfonts, make_format):
  20.         pass
  21.  
  22.  
  23.