We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc872ff commit b792810Copy full SHA for b792810
python/scriptingprovider.py
@@ -51,7 +51,7 @@
51
from . import log
52
from .pluginmanager import RepositoryManager
53
from .enums import ScriptingProviderExecuteResult, ScriptingProviderInputReadyState
54
-from binaryninja.settings import Settings
+from .settings import Settings
55
from .enums import SettingsScope
56
57
_WARNING_REGEX = re.compile(r'^\S+:\d+: \w+Warning: ')
0 commit comments