summaryrefslogtreecommitdiff
path: root/portato/plugin.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-30 21:06:17 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-30 21:06:17 +0200
commit09e693a8061d0b96c3aac8aae6ae12d6272b2c3e (patch)
treeffb37ca20ae72b3b2db0183c8b288515fa3328a0 /portato/plugin.py
parent9b22030eda3b9af70ae052611cf485a0d7ae063b (diff)
downloadportato-09e693a8061d0b96c3aac8aae6ae12d6272b2c3e.tar.gz
portato-09e693a8061d0b96c3aac8aae6ae12d6272b2c3e.tar.bz2
portato-09e693a8061d0b96c3aac8aae6ae12d6272b2c3e.zip
Now the new design is able to do the same as the old one
Diffstat (limited to 'portato/plugin.py')
-rw-r--r--portato/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/plugin.py b/portato/plugin.py
index ae89a1c..cbadfd1 100644
--- a/portato/plugin.py
+++ b/portato/plugin.py
@@ -176,6 +176,7 @@ class Plugin:
self.file = file
self.name = name.firstChild.nodeValue.strip()
self.author = author.firstChild.nodeValue.strip()
+ self.description = ""
self._import = None
self.hooks = []
self.menus = []