diff options
| author | Peter LaFosse <peter@vector35.com> | 2020-09-01 12:43:10 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2020-09-15 12:43:37 -0400 |
| commit | eb0aed7c4b15c37c46b15b5d9e32ceb93f2e1e95 (patch) | |
| tree | d4f945eb4fed5b8cbe50ad61fe588d7a557b6ec0 /python/examples/triage/headers.py | |
| parent | 75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 (diff) | |
Add support for custom flowgraph edges
Diffstat (limited to 'python/examples/triage/headers.py')
| -rw-r--r-- | python/examples/triage/headers.py | 3 |
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 |
