
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>

abc           @` s6   d  d l  m Z m Z m Z d e f d     YZ d S(   i    (   t   absolute_importt   divisiont   unicode_literalst   Filterc           B` s#   e  Z d    Z d   Z d   Z RS(   c         C` s   | |  _  d  S(   N(   t   source(   t   selfR   (    (    sE   /usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyt   __init__   s    c         C` s   t  |  j  S(   N(   t   iterR   (   R   (    (    sE   /usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyt   __iter__   s    c         C` s   t  |  j |  S(   N(   t   getattrR   (   R   t   name(    (    sE   /usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyt   __getattr__   s    (   t   __name__t
   __module__R   R   R   (    (    (    sE   /usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyR      s   		N(   t
   __future__R    R   R   t   objectR   (    (    (    sE   /usr/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyt   <module>   s   