diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/pluginmanager.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 4151bfd6..042fbc40 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -313,6 +313,7 @@ class RepositoryManager: the plugins that are installed/uninstalled enabled/disabled """ def __init__(self, handle=None): + binaryninja._init_plugins() self.handle = core.BNGetRepositoryManager() def __getitem__(self, repo_path): |
