##// END OF EJS Templates
remved the amount of modules in __all__ of IPython.__init__.py
vivainio -
Show More
@@ -27,7 +27,7 b' IPython tries to:'
27
27
28 IPython requires Python 2.3 or newer.
28 IPython requires Python 2.3 or newer.
29
29
30 $Id: __init__.py 2398 2007-05-26 10:20:14Z vivainio $"""
30 $Id: __init__.py 2399 2007-05-26 10:23:10Z vivainio $"""
31
31
32 #*****************************************************************************
32 #*****************************************************************************
33 # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu>
33 # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu>
@@ -48,10 +48,7 b' import os'
48 sys.path.append(os.path.dirname(__file__) + "/Extensions")
48 sys.path.append(os.path.dirname(__file__) + "/Extensions")
49
49
50 # Define what gets imported with a 'from IPython import *'
50 # Define what gets imported with a 'from IPython import *'
51 __all__ = ['ipapi','generics','deep_reload','genutils','ipstruct','ultraTB','DPyGetOpt',
51 __all__ = ['ipapi','generics','ipstruct','Release','Shell']
52 'Itpl','hooks','ConfigLoader','OutputTrap','Release','Shell',
53 'platutils','platutils_win32','platutils_posix','platutils_dummy',
54 'rlineimpl', 'strdispatch']
55
52
56 # Load __all__ in IPython namespace so that a simple 'import IPython' gives
53 # Load __all__ in IPython namespace so that a simple 'import IPython' gives
57 # access to them via IPython.<name>
54 # access to them via IPython.<name>
General Comments 0
You need to be logged in to leave comments. Login now