Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19af717

Browse filesBrowse files
committed
Remove error_msg_qt from backend_qt4.
It's already been removed from backend_qt5 (in 3.2), so without this PR backend_qt4 just fails to import...
1 parent 4b27b46 commit 19af717
Copy full SHA for 19af717

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎lib/matplotlib/backends/backend_qt4.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt4.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from .backend_qt5 import (
22
backend_version, SPECIAL_KEYS, SUPER, ALT, CTRL, SHIFT, MODIFIER_KEYS,
33
cursord, _create_qApp, _BackendQT5, TimerQT, MainWindow, FigureCanvasQT,
4-
FigureManagerQT, NavigationToolbar2QT, SubplotToolQt, error_msg_qt,
5-
exception_handler)
4+
FigureManagerQT, NavigationToolbar2QT, SubplotToolQt, exception_handler)
65

76

87
@_BackendQT5.export

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.