diff options
| author | KyleMiles <krm504@nyu.edu> | 2018-07-05 18:28:59 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2018-07-10 18:11:10 -0400 |
| commit | 975249d22e10360ed2c4c0bcea151c39d9446b0a (patch) | |
| tree | 93c2abb7b184bd64565ae1f116728141bfa051c2 /python/__init__.py | |
| parent | fd42578dce78f4c5a530177426e6a2ea11fc95ed (diff) | |
Rebased so commit history is correct now
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index e1288b0a..36ed4f0d 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -108,6 +108,7 @@ from binaryninja.lineardisassembly import * from binaryninja.undoaction import * from binaryninja.highlight import * from binaryninja.scriptingprovider import * +from binaryninja.downloadprovider import * from binaryninja.pluginmanager import * from binaryninja.setting import * from binaryninja.metadata import * |
