diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-09-12 17:03:38 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-09-12 17:03:38 -0400 |
| commit | 74a8547853dd66fe62d2e75b93c1b723eb6f69cf (patch) | |
| tree | 067119496c2beaf0636c955d27291d4620e17c0b /python/__init__.py | |
| parent | 097a2e4c8849d4938d8a027985ce3816fd9785ed (diff) | |
| parent | 59a2824b1ad36ea5d0520919e86ad779cd97cc8f (diff) | |
Merging with dev
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 947739ca..9f8cbc79 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -96,6 +96,7 @@ import binaryninja._binaryninjacore as core # "pluginmanager", # "setting", # "metadata", +# "flowgraph", # ] from binaryninja.enums import * from binaryninja.databuffer import * @@ -126,6 +127,7 @@ from binaryninja.downloadprovider import * from binaryninja.pluginmanager import * from binaryninja.setting import * from binaryninja.metadata import * +from binaryninja.flowgraph import * def shutdown(): |
