Skip to content

Commit

Permalink
Rename drop_tool base_drop_tool
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Aug 25, 2014
1 parent 608d243 commit a65af17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/enable/tools/drop_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from enable.example_support import DemoFrame, demo_main
from enable.api import Component, Container, Label, Window
from enable.tools.drop_tool import BaseDropTool
from enable.tools.base_drop_tool import BaseDropTool

class Box(Component):

Expand Down

0 comments on commit a65af17

Please sign in to comment.