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

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. __revision__ = '$Id: utils.py 647 2006-08-26 18:27:39Z jajcus $'
  5.  
  6. try:
  7.     from zope.interface import Interface, Attribute, providedBy, implementedBy, implements
  8. except ImportError:
  9.     from pyxmpp.interface_micro_impl import Interface, Attribute, providedBy, implementedBy, implements
  10.  
  11. __all__ = ('Interface', 'Attribute', 'providedBy', 'implementedBy', 'implements')
  12.