ó
ÔËÞKc           @   sY   d  Z  d d l m Z m Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ e e e ƒ d S(   sY   Test module that declares an interface

$Id: m1.py 110536 2010-04-06 02:59:44Z tseaver $
iÿÿÿÿ(   t	   Interfacet   moduleProvidest   I1c           B   s   e  Z RS(    (   t   __name__t
   __module__(    (    (    s;   /usr/lib/python2.7/dist-packages/zope/interface/tests/m1.pyR      s    t   I2c           B   s   e  Z RS(    (   R   R   (    (    (    s;   /usr/lib/python2.7/dist-packages/zope/interface/tests/m1.pyR      s    N(   t   __doc__t   zope.interfaceR    R   R   R   (    (    (    s;   /usr/lib/python2.7/dist-packages/zope/interface/tests/m1.pyt   <module>   s   