diff --git a/IPython/__init__.py b/IPython/__init__.py index 20632fd..d44f528 100644 --- a/IPython/__init__.py +++ b/IPython/__init__.py @@ -59,6 +59,9 @@ for name in __all__: __import__(name,glob,loc,[]) from IPython.core import shell +Shell = shell +from IPython.core import ipapi +from IPython.core import iplib # Release data from IPython.core import release # do it explicitly so pydoc can see it - pydoc bug