ó
DKëPc           @   s   d  Z  g  Z d „  Z d S(   s#    Base event system implementation

c         C   s   x t  D] } | |  ƒ q Wd S(   s*    Notify all subscribers of ``event``.
    N(   t   subscribers(   t   eventt
   subscriber(    (    s7   /usr/lib/python2.7/site-packages/zope/event/__init__.pyt   notify   s    N(   t   __doc__R    R   (    (    (    s7   /usr/lib/python2.7/site-packages/zope/event/__init__.pyt   <module>   s   	