Skip to content

Commit 9b06f46

Browse files
author
Poruri Sai Rahul
authored
FIX : Correct RedoAction/UndoAction imports from pyface (#273)
1 parent 1761828 commit 9b06f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apptools/undo/action/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Description: <Enthought undo package component>
1313
# ------------------------------------------------------------------------------
1414

15-
from pyface.undo.action.command_action import (
15+
from pyface.undo.action.api import (
1616
CommandAction,
1717
RedoAction,
1818
UndoAction,

0 commit comments

Comments
 (0)