diff options
Diffstat (limited to 'python/examples/triage/byte.py')
| -rw-r--r-- | python/examples/triage/byte.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/examples/triage/byte.py b/python/examples/triage/byte.py index fe887fb4..6a3a9a10 100644 --- a/python/examples/triage/byte.py +++ b/python/examples/triage/byte.py @@ -5,8 +5,8 @@ from PySide2.QtWidgets import QAbstractScrollArea, QAbstractSlider from PySide2.QtGui import QPainter, QPalette, QFont from PySide2.QtCore import Qt, QTimer, QRect import binaryninjaui -from binaryninjaui import View, ViewType, RenderContext, UIContext, ThemeColor, UIAction -from binaryninja.enums import LinearDisassemblyLineType +from binaryninjaui import View, ViewType, RenderContext, UIContext, UIAction +from binaryninja.enums import LinearDisassemblyLineType, ThemeColor from binaryninja.binaryview import AddressRange |
