aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/external/__init__.py
blob: 5e948bfe1dbecc966fe9c3ebc4afe847bbb70e20 (plain) (blame)
1
2
3
4
5
""" 
This package contains all third-party modules bundled with IPython. 
""" 
 
__all__ = ["simplegeneric"]