##// END OF EJS Templates
update darker/black (#14567)
update darker/black (#14567)

File last commit:

r28948:65ad9e8f
r28952:39c7d0e0 merge
Show More
__init__.py
11 lines | 411 B | text/x-python | PythonLexer
Brian Granger
Fixed import statements for inputhook.
r2068 # encoding: utf-8
"""
Extra capabilities for IPython
"""
M Bussonnier
Reformat all files that woudl lead to less than 4 lines changed.
r28948 # -----------------------------------------------------------------------------
Matthias BUSSONNIER
update copyright to 2011/20xx-2011...
r5390 # Copyright (C) 2008-2011 The IPython Development Team
Brian Granger
Fixed import statements for inputhook.
r2068 #
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
M Bussonnier
Reformat all files that woudl lead to less than 4 lines changed.
r28948 # -----------------------------------------------------------------------------