From 22a0baf7f459b267febfb16c7bc90cf460323a87 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sat, 10 Mar 2007 20:48:27 +0000 Subject: Added plugin-data to about-dialog --- portato/plugin.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portato/plugin.py') 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. -- cgit v1.2.3