diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/make_code.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/examples/make_code.py b/python/examples/make_code.py index 88d2d26b..0f2d2feb 100644 --- a/python/examples/make_code.py +++ b/python/examples/make_code.py @@ -7,7 +7,6 @@ from binaryninja.types import Type from typing import List import sys -sys.path.append("/Users/peterlafosse/Qt/PySide/6.1.3/python3/site-packages/") from PySide6.QtGui import QKeySequence from binaryninjaui import UIActionHandler, UIAction, UIActionContext @@ -52,4 +51,4 @@ def make_code_helper(ctx: UIActionContext): CodeDataRenderer().register_type_specific() UIAction.registerAction("Make Code", QKeySequence("C")) -UIActionHandler.globalActions().bindAction("Make Code", UIAction(make_code_helper))
\ No newline at end of file +UIActionHandler.globalActions().bindAction("Make Code", UIAction(make_code_helper)) |
