Skip to content

Commit

Permalink
s/pyqtv2/pyqt4v2/
Browse files Browse the repository at this point in the history
  • Loading branch information
zpincus committed Sep 25, 2015
1 parent 468d5d4 commit 7768d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/external/qt_for_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def matplotlib_options(mpl):
return [QT_API_PYSIDE]
elif mpqt.lower() == 'pyqt4':
return [QT_API_PYQT_DEFAULT]
elif mpqt.lower() == 'pyqtv2':
elif mpqt.lower() == 'pyqt4v2':
return [QT_API_PYQT]
raise ImportError("unhandled value for backend.qt4 from matplotlib: %r" %
mpqt)
Expand Down

0 comments on commit 7768d47

Please sign in to comment.