From cd77cecfc03a3eaf87816af28a33067c4f0cdb59 Mon Sep 17 00:00:00 2001 From: Nikita Slyusarev Date: Thu, 10 Feb 2022 16:46:52 +0300 Subject: Restoring authorship annotation for Nikita Slyusarev . Commit 1 of 2. --- contrib/python/ipython/py2/IPython/sphinxext/ipython_directive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python/ipython/py2/IPython/sphinxext') diff --git a/contrib/python/ipython/py2/IPython/sphinxext/ipython_directive.py b/contrib/python/ipython/py2/IPython/sphinxext/ipython_directive.py index 8df9ace1f34..2173954c20e 100644 --- a/contrib/python/ipython/py2/IPython/sphinxext/ipython_directive.py +++ b/contrib/python/ipython/py2/IPython/sphinxext/ipython_directive.py @@ -874,7 +874,7 @@ class IPythonDirective(Directive): # EmbeddedSphinxShell is created, its interactive shell member # is the same for each instance. - if mplbackend and 'matplotlib.backends' not in sys.modules: + if mplbackend and 'matplotlib.backends' not in sys.modules: import matplotlib matplotlib.use(mplbackend) -- cgit v1.3