Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chaco / tools / drag_tool.py
Size: Mime:

# 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