B
    \c                 @   sZ   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ejd< ed	d
dejd	< dS )a  
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.
    N)warn)
ShimModuleShimWarningzThe top-level `frontend` package has been deprecated since IPython 1.0. All its subpackages have been moved to the top `IPython` level.zIPython.frontend.html.notebookzIPython.html)srcZmirrorzIPython.frontendZIPython)__doc__syswarningsr   ZIPython.utils.shimmoduler   r   modules r
   r
   /lib/python3.7/site-packages/IPython/frontend.py<module>
   s   