summaryrefslogtreecommitdiff
path: root/plugins/gpytage.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-04 14:15:55 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-04 14:15:55 +0200
commit8e07fd436cfbf02fbf43c9e221badb55acdb546a (patch)
tree4b7df70393ecb9a1b3e5643ffb7aed4abcfd53cf /plugins/gpytage.py
parentdff240a07fc6150cf313db3f745f226f0203fe51 (diff)
downloadportato-8e07fd436cfbf02fbf43c9e221badb55acdb546a.tar.gz
portato-8e07fd436cfbf02fbf43c9e221badb55acdb546a.tar.bz2
portato-8e07fd436cfbf02fbf43c9e221badb55acdb546a.zip
Some more dependency awareness
Diffstat (limited to 'plugins/gpytage.py')
-rw-r--r--plugins/gpytage.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/gpytage.py b/plugins/gpytage.py
index 33509e1..d8c2831 100644
--- a/plugins/gpytage.py
+++ b/plugins/gpytage.py
@@ -17,8 +17,7 @@ class GPytage (Plugin):
__description__ = "Adds a menu entry to directly start <b>gpytage</b>, a config editor."
__dependency__ = ["app-portage/gpytage"]
- def __init__ (self):
- Plugin.__init__(self)
+ def init (self):
self.add_menu("Config _Editor", self.menu)
def menu (self, *args):