diff options
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/snippets/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
