Merge pull request #6044 from minrk/core.log

add IPython.utils.log.get_logger
Thomas Kluyver 12 years ago
commit 1e3ed7d30a

@ -1,21 +1,7 @@
"""Base Tornado handlers for the notebook.
Authors:
* Brian Granger
"""
#-----------------------------------------------------------------------------
# Copyright (C) 2011 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
"""Base Tornado handlers for the notebook."""
# Copyright (c) IPython Development Team.
# Distributed under the terms of the Modified BSD License.
import functools
import json

Loading…
Cancel
Save