From 513514c59985489c168de4142cf2fcdb9a450d7d Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 12 Apr 2022 16:57:31 -0400 Subject: remove local dev path update --- python/examples/make_code.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') 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)) -- cgit v1.3.1