Skip to content

Commit 8150e90

Browse files
committed
python: Followed changes in omnetp python plugin.
1 parent 6f5e797 commit 8150e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/inet/common/ide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def register_key_bindings():
5959
ip = IPython.get_ipython()
6060
@ip.pt_app.key_bindings.add('c-e')
6161
def _(event):
62-
get_org_package().omnetpp.python.Activator.executeActivateEditorAction()
62+
get_org_package().omnetpp.python.Utils.executeActivateEditorAction()
6363
@ip.pt_app.key_bindings.add('c-n')
6464
def _(event):
65-
get_org_package().omnetpp.python.Activator.executeToggleMaximizeViewAction()
65+
get_org_package().omnetpp.python.Utils.executeToggleMaximizeViewAction()

0 commit comments

Comments
 (0)