##// END OF EJS Templates
Create new core.magics package and start populating with history.
Create new core.magics package and start populating with history.

File last commit:

r6956:fe287d7f
r6956:fe287d7f
Show More
__init__.py
14 lines | 625 B | text/x-python | PythonLexer
"""Implementation of all the magic functions built into IPython.
"""
#-----------------------------------------------------------------------------
# Copyright (c) 2012, IPython Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
from history import (HistoryMagics)