summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py
index 07b3e43e..d7474440 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -191,16 +191,6 @@ class RepoPlugin:
"""String version of the plugin"""
return core.BNPluginGetVersion(self.handle)
- def install_instructions(self, platform: str) -> Optional[str]:
- """
- Installation instructions for the given platform
-
- :param str platform: One of the valid platforms "Windows", "Linux", "Darwin"
- :return: String of the installation instructions for the provided platform
- :rtype: str
- """
- return core.BNPluginGetInstallInstructions(self.handle, platform)
-
@property
def install_platforms(self) -> List[str]:
"""List of platforms this plugin can execute on"""