Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/demo/canvas/mptools.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
CArray,
)

from enable.api import BaseTool

# Chaco imports
from chaco.api import BaseTool
from chaco.chaco_traits import Optional
from chaco.tools.api import PanTool, DragZoom, LegendTool, RangeSelection

Expand Down