diff --git a/IPython/external/mathjax.py b/IPython/external/mathjax.py index a2a705c..2371aea 100644 --- a/IPython/external/mathjax.py +++ b/IPython/external/mathjax.py @@ -132,7 +132,6 @@ def extract_zip(fd, dest): z.extractall(parent) # it will be mathjax-MathJax-, rename to just mathjax - d = os.path.join(parent, topdir) os.rename(os.path.join(parent, topdir), dest)