σ
ίΘ[c           @` sΪ   d  Z  d d l m Z m Z m Z m Z d d l m Z d d d d d	 d
 d d g Z e d d  Z	 e d d  Z
 e d d  Z e d d  Z e d d  Z e d d  Z e d d  Z e d d  Z d S(   u_   
This is a collection of monkey patches and workarounds for bugs in
earlier versions of Numpy.
i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsi   (   t
   minversionu   NUMPY_LT_1_9_1u   NUMPY_LT_1_10u   NUMPY_LT_1_10_4u   NUMPY_LT_1_11u   NUMPY_LT_1_12u   NUMPY_LT_1_13u   NUMPY_LT_1_14u   NUMPY_LT_1_14_1u   numpyu   1.9.1u   1.10.0u   1.10.4u   1.11.0u   1.12u   1.13u   1.14u   1.14.1N(   t   __doc__t
   __future__R    R   R   R   t   utilsR   t   __all__t   NUMPY_LT_1_9_1t   NUMPY_LT_1_10t   NUMPY_LT_1_10_4t   NUMPY_LT_1_11t   NUMPY_LT_1_12t   NUMPY_LT_1_13t   NUMPY_LT_1_14t   NUMPY_LT_1_14_1(    (    (    s?   lib/python2.7/site-packages/astropy/utils/compat/numpycompat.pyt   <module>   s   "		