From 3802f99542f9290c7ac5d15283b41e7d53fd3433 2013-06-28 19:00:51 From: Jonathan Frederic Date: 2013-06-28 19:00:51 Subject: [PATCH] Added standard IPy header --- diff --git a/nbconvert/utils/config.py b/nbconvert/utils/config.py index 1d0c44f..2c22cc7 100644 --- a/nbconvert/utils/config.py +++ b/nbconvert/utils/config.py @@ -1,6 +1,23 @@ +"""Global configuration class.""" +#----------------------------------------------------------------------------- +# Copyright (c) 2013, the IPython Development Team. +# +# Distributed under the terms of the Modified BSD License. +# +# The full license is in the file COPYING.txt, distributed with this software. +#----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +# Imports +#----------------------------------------------------------------------------- + from IPython.utils.traitlets import (Unicode, List, Bool) from IPython.config.configurable import Configurable +#----------------------------------------------------------------------------- +# Classes and functions +#----------------------------------------------------------------------------- + class GlobalConfigurable(Configurable): """Global configurable class for shared config