From 80cb1f68c83112c4d99893ad2f23bf22abdc4a6d Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 14 Oct 2018 22:47:22 -0400 Subject: Initial Enhanced Settings System. --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 9f8cbc79..2c6cb311 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -125,7 +125,7 @@ from binaryninja.highlight import * from binaryninja.scriptingprovider import * from binaryninja.downloadprovider import * from binaryninja.pluginmanager import * -from binaryninja.setting import * +from binaryninja.settings import * from binaryninja.metadata import * from binaryninja.flowgraph import * -- cgit v1.3.1