File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11import warnings
22from matplotlib .cbook import mplDeprecation
3+ # bulk-imports because we are pretending that file is this file
4+ from .qt_compat import *
35_warn_str = ("This module has been deprecated in 1.4 in favor "
46 "of matplotlib.backends.qt_compat\n "
57 "This module will be removed in 1.5, please update "
68 "your imports." )
7- # bulk-imports because we are pretending that file is this file
8- from .qt_compat import *
9-
109
1110warnings .warn (_warn_str , mplDeprecation )
Original file line number Diff line number Diff line change 55backend.qt4 (PyQt4|PySide) independent form of the subplot tool.
66
77"""
8+ from matplotlib .backends .qt_compat import QtCore , QtGui , QtWidgets
89
910__author__ = 'rudolf.hoefler@gmail.com'
1011
11- from matplotlib .backends .qt_compat import QtCore , QtGui , QtWidgets
12-
1312
1413class UiSubplotTool (QtWidgets .QDialog ):
1514
You can’t perform that action at this time.
0 commit comments