mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
use utils.log.get_logger where appropriate
This commit is contained in:
parent
669c67ad97
commit
de0a7d7850
@ -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…
Reference in New Issue
Block a user