home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1837 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  989 b   |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __docformat__ = 'restructuredtext en'
  5. from zope.interface import Interface, implements
  6.  
  7. class IFCClientInterfaceProvider(Interface):
  8.     
  9.     def remote_get_client_name():
  10.         pass
  11.  
  12.  
  13.  
  14. class IBlockingClientAdaptor(Interface):
  15.     
  16.     def adapt_to_blocking_client():
  17.         pass
  18.  
  19.  
  20.