diff options
| author | Brian Potchik <brian@vector35.com> | 2018-06-20 16:03:27 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-06-20 16:03:27 -0400 |
| commit | 811544620f903b137aeb7660183ca9d6bb0d7590 (patch) | |
| tree | cf3ddb0b1ff5a962bd8993724913ab764bc52022 /python/__init__.py | |
| parent | dcfc1ea5303cfb5963778ef760fd3e6b2f6252f8 (diff) | |
Add DownloadProvider Support.
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 729e4f8a..fda5f297 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -50,6 +50,7 @@ from .lineardisassembly import * from .undoaction import * from .highlight import * from .scriptingprovider import * +from .downloadprovider import * from .pluginmanager import * from .setting import * from .metadata import * |
