home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / digsby_setup85.exe / lib / util / lego / blocks.pyo (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2010-11-24  |  596 b   |  17 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import protocols
  5.  
  6. class IBindableValue(protocols.Interface):
  7.     
  8.     def bind(func):
  9.         pass
  10.  
  11.     
  12.     def unbind():
  13.         pass
  14.  
  15.     value = property()
  16.  
  17.