summaryrefslogtreecommitdiff
path: root/portato/plugin.py
diff options
context:
space:
mode:
authornecoro <>2007-03-10 20:48:27 +0000
committernecoro <>2007-03-10 20:48:27 +0000
commit22a0baf7f459b267febfb16c7bc90cf460323a87 (patch)
treec5f599cb2a0d674fc2497b074100ac76f6b4000d /portato/plugin.py
parent3bc3cb0da005a683904e56aec93d4a2231f92a7a (diff)
downloadportato-22a0baf7f459b267febfb16c7bc90cf460323a87.tar.gz
portato-22a0baf7f459b267febfb16c7bc90cf460323a87.tar.bz2
portato-22a0baf7f459b267febfb16c7bc90cf460323a87.zip
Added plugin-data to about-dialog
Diffstat (limited to '')
-rw-r--r--portato/plugin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/portato/plugin.py b/portato/plugin.py
index 70d27e1..4d49fc9 100644
--- a/portato/plugin.py
+++ b/portato/plugin.py
@@ -197,6 +197,9 @@ class PluginQueue:
if load:
self._load()
+ def get_plugin_data (self):
+ return [(x.name, x.author) for x in self.list]
+
def hook (self, hook, *hargs, **hkwargs):
"""This is a method taking care of calling the plugins.