__init__.py
11 lines
| 409 B
| text/x-python
|
PythonLexer
Brian Granger
|
r2068 | # encoding: utf-8 | ||
""" | ||||
Extra capabilities for IPython | ||||
""" | ||||
#----------------------------------------------------------------------------- | ||||
Matthias BUSSONNIER
|
r5390 | # Copyright (C) 2008-2011 The IPython Development Team | ||
Brian Granger
|
r2068 | # | ||
# Distributed under the terms of the BSD License. The full license is in | ||||
# the file COPYING, distributed as part of this software. | ||||
#----------------------------------------------------------------------------- | ||||