ó
æNXc           @   s   d  Z  d d l Z d „  Z d S(   sÒ   
**DEPRECATED**

The cython magic has been integrated into Cython itself, 
which is now released in version 0.21.

cf github `Cython` organisation, `Cython` repo, under the 
file `Cython/Build/IpythonMagic.py`
iÿÿÿÿNc         C   s   t  j d ƒ d S(   s   Load the extension in IPython.s5   The Cython magic has been moved to the Cython packageN(   t   warningst   warn(   t   ip(    (    sV   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/extensions/cythonmagic.pyt   load_ipython_extension   s    (   t   __doc__R    R   (    (    (    sV   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/extensions/cythonmagic.pyt   <module>
   s   