summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan <jordan@psifertex.com>2022-04-12 16:57:31 -0400
committerGitHub <noreply@github.com>2022-04-12 16:57:31 -0400
commit513514c59985489c168de4142cf2fcdb9a450d7d (patch)
tree3d302aaa58e87c3aaccd1f3747d247e6f3d1b3e4 /python
parent2278cfa7fa39c37e54ebc2c02ca81eba135b3b09 (diff)
remove local dev path update
Diffstat (limited to 'python')
-rw-r--r--python/examples/make_code.py3
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))