home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- __docformat__ = 'restructuredtext en'
- from zope.interface import Interface, implements
-
- class IFCClientInterfaceProvider(Interface):
-
- def remote_get_client_name():
- pass
-
-
-
- class IBlockingClientAdaptor(Interface):
-
- def adapt_to_blocking_client():
- pass
-
-
-