enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
291 stars 101 forks source link

Base tool import fix #884

Closed homosapien-lcy closed 1 year ago

homosapien-lcy commented 1 year ago

As mentioned in issue #878, mptools.py trys to import BaseTool from chaco.api which no longer exists. Closes #878