Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e334d1 commit 405c2deCopy full SHA for 405c2de
lib/matplotlib/backends/qt4_compat.py
@@ -1,7 +1,7 @@
1
import warnings
2
from matplotlib.cbook import mplDeprecation
3
_warn_str = ("This module has been deprecated in 1.4 in favor "
4
- "matplotlib.backends.qt_compat\n"
+ "of matplotlib.backends.qt_compat\n"
5
"This module will be removed in 1.5, please update "
6
"your imports.")
7
# bulk-imports because we are pretending that file is this file
0 commit comments