ó
i4Vdc           @   s0   d  Z  d d l m Z d e f d „  ƒ  YZ d S(   s(   
Dummy email backend that does nothing.
iÿÿÿÿ(   t   BaseEmailBackendt   EmailBackendc           B   s   e  Z d  „  Z RS(   c         C   s   t  t | ƒ ƒ S(   N(   t   lent   list(   t   selft   email_messages(    (    sm   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/mail/backends/dummy.pyt   send_messages	   s    (   t   __name__t
   __module__R   (    (    (    sm   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/mail/backends/dummy.pyR      s   N(   t   __doc__t   django.core.mail.backends.baseR    R   (    (    (    sm   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/mail/backends/dummy.pyt   <module>   s   