diff options
| author | Josh Ferrell <josh@vector35.com> | 2020-05-06 15:31:55 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2020-05-06 15:38:02 -0400 |
| commit | c0ec47186980e24bf9273c889599799e59b42ac7 (patch) | |
| tree | 2e76076f7ded2a1af50d1412ee151712a30a6391 /python/__init__.py | |
| parent | a867e60c569761852a4e33d85bfd1aea0a52fe15 (diff) | |
Remove python UndoAction class and old method
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index f0c4446f..c046d51e 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -57,7 +57,6 @@ from binaryninja.demangle import * from binaryninja.mainthread import * from binaryninja.interaction import * from binaryninja.lineardisassembly import * -from binaryninja.undoaction import * from binaryninja.highlight import * from binaryninja.scriptingprovider import * from binaryninja.downloadprovider import * |
