From 059ea261ce5a1c088e08c153d783b8e6ea33249f 2015-07-23 17:49:11 From: Jason Grout Date: 2015-07-23 17:49:11 Subject: [PATCH] Fix one more deprecated trait type vs. instance case --- diff --git a/IPython/lib/latextools.py b/IPython/lib/latextools.py index cd2ad28..4e08c01 100644 --- a/IPython/lib/latextools.py +++ b/IPython/lib/latextools.py @@ -24,7 +24,7 @@ class LaTeXTool(SingletonConfigurable): return get_config() backends = List( - Unicode, ["matplotlib", "dvipng"], + Unicode(), ["matplotlib", "dvipng"], help="Preferred backend to draw LaTeX math equations. " "Backends in the list are checked one by one and the first " "usable one is used. Note that `matplotlib` backend "