ó
'![c           @@ s    d  Z  d d l m Z m Z d d l Z d d l Z d d l m Z d d l	 m
 Z
 d d l Z	 d d l Z d Z d „  Z d „  Z [ [ e j ` [
 e	 `
 d S(   s   Unittests for W0404 (reimport)i    (   t   absolute_importt   print_functionN(   t   ElementTree(   t   encodersc          C@ s   d d l  }  t |  ƒ d S(   t	   docstringi    N(   t   ost   print(   R   (    (    s;   lib/python2.7/site-packages/pylint/test/input/func_w0404.pyt   no_reimport   s    c          C@ s   d d l  }  ~  d S(   s"   This function contains a reimport.i    N(   t   sys(   R   (    (    s;   lib/python2.7/site-packages/pylint/test/input/func_w0404.pyt   reimport   s    (   t   __doc__t
   __future__R    R   R   t   xml.etree.ElementTreet   xmlt	   xml.etreeR   t   emailR   t   email.encoderst   __revision__R   R	   t   etree(    (    (    s;   lib/python2.7/site-packages/pylint/test/input/func_w0404.pyt   <module>   s   		