ó
ĉNXc           @  sR   d  Z  d d l m Z d d l m Z m Z m Z e d e f d     Y Z d S(   s   Deprecated Magic functions.
i˙˙˙˙(   t   print_function(   t   Magicst   magics_classt
   line_magict   DeprecatedMagicsc           B  s2   e  Z d  Z e d d   Z e d d   Z RS(   s    Magics slated for later removal.t    c         C  s&   t  d j d  d d d d g   d S(   s&   %install_profiles has been deprecated.s   
s6   Use `ipython profile list` to view available profiles.s9   Requesting a profile with `ipython profile create <name>`s9   or `ipython --profile=<name>` will start with the bundleds"   profile of that name if it exists.N(   t   printt   join(   t   selft   parameter_s(    (    sV   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/core/magics/deprecated.pyt   install_profiles   s    	c         C  s#   t  d j d  d d d g   d S(   s,   %install_default_config has been deprecated.s   
s;   Use `ipython profile create <name>` to initialize a profiles   with the default config files.sG   Add `--reset` to overwrite already existing config files with defaults.N(   R   R   (   R   R	   (    (    sV   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/core/magics/deprecated.pyt   install_default_config&   s
    	(   t   __name__t
   __module__t   __doc__R   R
   R   (    (    (    sV   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/core/magics/deprecated.pyR      s
   
N(   R   t
   __future__R    t   IPython.core.magicR   R   R   R   (    (    (    sV   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/core/magics/deprecated.pyt   <module>   s   