ó
ØÆ÷Xc           @` sL   d  Z  d d l m Z m Z m Z d d l m Z d e f d „  ƒ  YZ d S(   s°    Override the develop command from setuptools so we can ensure that our
generated files (from build_src or build_scripts) are properly converted to real
files with filenames.

i    (   t   divisiont   absolute_importt   print_function(   t   developR   c           B` s   e  Z e j Z d  „  Z RS(   c         C` s1   |  j  d d d ƒ|  j d ƒ t j |  ƒ d  S(   Nt	   build_srct   inplacei   t   build_scripts(   t   reinitialize_commandt   run_commandt   old_developt   install_for_development(   t   self(    (    s>   /tmp/pip-build-X4mzal/numpy/numpy/distutils/command/develop.pyR
      s    (   t   __name__t
   __module__R	   t   __doc__R
   (    (    (    s>   /tmp/pip-build-X4mzal/numpy/numpy/distutils/command/develop.pyR   
   s   	N(   R   t
   __future__R    R   R   t   setuptools.command.developR   R	   (    (    (    s>   /tmp/pip-build-X4mzal/numpy/numpy/distutils/command/develop.pyt   <module>   s   