whoami7 - Manager
:
/
lib
/
python2.7
/
site-packages
/
IPython
/
Upload File:
files >> //lib/python2.7/site-packages/IPython/frontend.pyc
� K�UVc @ s� d Z d d l m Z d d l Z d d l Z d d l m Z e d � d e j f d � � YZ e d d d �e j d <e 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. i����( t print_functionN( t warnsu The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level.t ShimModulec B s e Z d � Z d � Z RS( c O s/ | j d � | _ t t | � j | | � d S( Nt mirror( t popt _mirrort superR t __init__( t selft argst kwargs( ( s4 /usr/lib/python2.7/site-packages/IPython/frontend.pyR '