Repository URL to install this package:
Version:
4.8.0 ▾
|
# This is a duplicate of the enable.DragTool class and will be
# removed in future versions. Please import DragTool directly
# from enable.
import warnings
warnings.warn("chaco.tools.DragTool has been removed."
"Use enable.tools.DragTool instead.", DeprecationWarning)
from enable.tools.drag_tool import DragTool