
NXc           @   s   d  Z  d d l Z d d l m Z d d l m Z m Z e d e  e d d d d	  e j d <e d d
 d d  e j d
 <d S(   s  
Shim to maintain backwards compatibility with old frontend imports.

We have moved all contents of the old `frontend` subpackage into top-level
subpackages (`html`, `qt` and `terminal`), and flattened the notebook into
just `IPython.html`, formerly `IPython.frontend.html.notebook`.

This will let code that was making `from IPython.frontend...` calls continue
working, though a warning will be printed.
iN(   t   warn(   t
   ShimModulet   ShimWarningsu   The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level.t   srcs   IPython.frontend.html.notebookt   mirrors   IPython.htmls   IPython.frontendt   IPython(   t   __doc__t   syst   warningsR    t   IPython.utils.shimmoduleR   R   t   modules(    (    (    sH   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/frontend.pyt   <module>
   s   