From de0a7d785068c77160480018d2d8557e64a4d388 Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 1 Apr 2014 21:22:22 -0700 Subject: [PATCH] use utils.log.get_logger where appropriate --- IPython/html/base/handlers.py | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/IPython/html/base/handlers.py b/IPython/html/base/handlers.py index 56772f979..d8d107cf1 100644 --- a/IPython/html/base/handlers.py +++ b/IPython/html/base/handlers.py @@ -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