ó
2(Vc           @   s0   d  Z  d d l m Z d e f d „  ƒ  YZ d S(   s   IFoo test module
iÿÿÿÿ(   t	   Interfacet   IFooc           B   s   e  Z d  Z d „  Z RS(   s-   
        Dummy interface for unit tests.
    c         C   s   d S(   s"   
            Just a note.
        N(    (   t   baz(    (    sC   /usr/lib/python2.7/dist-packages/zope/interface/tests/ifoo_other.pyt   bar   s    (   t   __name__t
   __module__t   __doc__R   (    (    (    sC   /usr/lib/python2.7/dist-packages/zope/interface/tests/ifoo_other.pyR      s   N(   R   t   zope.interfaceR    R   (    (    (    sC   /usr/lib/python2.7/dist-packages/zope/interface/tests/ifoo_other.pyt   <module>   s   