summaryrefslogtreecommitdiff
path: root/python/examples/triage/headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/triage/headers.py')
-rw-r--r--python/examples/triage/headers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/examples/triage/headers.py b/python/examples/triage/headers.py
index 33b9b3c2..0c87518d 100644
--- a/python/examples/triage/headers.py
+++ b/python/examples/triage/headers.py
@@ -1,7 +1,8 @@
import time
from binaryninja.binaryview import StructuredDataView
import binaryninjaui
-from binaryninjaui import ThemeColor, ViewFrame, UIContext
+from binaryninjaui import ViewFrame, UIContext
+from binaryninja.enums import ThemeColor
from PySide2.QtWidgets import QWidget, QLabel, QGridLayout
from PySide2.QtGui import QPalette