
Xc           @` s   d  Z  d d l m Z m Z m Z d d l m Z d d l m Z d d l	 m
 Z
 e d k r} e e  Z e e e
   n  d S(   s{   Simple script to compute the api hash of the current API.

The API has is defined by numpy_api_order and ufunc_api_order.

i    (   t   divisiont   absolute_importt   print_function(   t   dirname(   t   fullapi_hash(   t   full_apit   __main__N(   t   __doc__t
   __future__R    R   R   t   os.pathR   t   code_generators.genapiR   t   code_generators.numpy_apiR   t   __name__t   __file__t   curdirt   print(    (    (    s3   /tmp/pip-build-X4mzal/numpy/numpy/core/cversions.pyt   <module>   s   