diff options
| author | Josh Watson <josh@trailofbits.com> | 2019-01-20 16:39:12 -0800 |
|---|---|---|
| committer | Jordan <jordan@psifertex.com> | 2019-02-08 14:54:53 -0500 |
| commit | a583d46ced703bb50dee2b7acd197bc8a5ce1eb7 (patch) | |
| tree | ce081a7435e8dfabd7bb62321c9c78e3670b94c7 | |
| parent | 8a8a004722d11825309f699ca676a10e1c83b4a1 (diff) | |
Fixed imports in undoaction.py
| -rw-r--r-- | python/undoaction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/undoaction.py b/python/undoaction.py index 2ba82729..7690f930 100644 --- a/python/undoaction.py +++ b/python/undoaction.py @@ -25,6 +25,7 @@ import ctypes # Binary Ninja components from binaryninja import _binaryninjacore as core from binaryninja.enums import ActionType +import binaryninja class UndoAction(object): |
