From 4dbfe8a068d23babd50cd730edcc0862d85e1e8d Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 9 Dec 2019 11:49:07 -0500 Subject: Properly qualify log_error --- python/examples/snippets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples/snippets/__init__.py') diff --git a/python/examples/snippets/__init__.py b/python/examples/snippets/__init__.py index 3463cee1..41cd076e 100644 --- a/python/examples/snippets/__init__.py +++ b/python/examples/snippets/__init__.py @@ -12,7 +12,7 @@ from PySide2.QtGui import (QFont, QFontMetrics, QDesktopServices, QKeySequence) from binaryninja import user_plugin_path from binaryninja.plugin import PluginCommand, MainThreadActionHandler from binaryninja.mainthread import execute_on_main_thread -from binaryninja.log import (log_info, log_warn, log_alert, log_debug) +from binaryninja.log import (log_error, log_info, log_warn, log_alert, log_debug) from binaryninjaui import (getMonospaceFont, UIAction, UIActionHandler, Menu) import numbers -- cgit v1.3.1