BUG: Fix MRO bug when matplotlib not installed

This commit is contained in:
Tony S Yu
2012-12-14 10:01:52 -05:00
parent 2532c659ec
commit 6704285859
+1 -1
View File
@@ -11,7 +11,7 @@ from skimage.viewer.canvastools.base import ToolHandles
__all__ = ['RectangleTool']
class RectangleTool(RectangleSelector, CanvasToolBase):
class RectangleTool(CanvasToolBase, RectangleSelector):
"""Widget for selecting a rectangular region in a plot.
After making the desired selection, press "Enter" to accept the selection