From 8e07fd436cfbf02fbf43c9e221badb55acdb546a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 4 Jul 2008 14:15:55 +0200 Subject: Some more dependency awareness --- plugins/gpytage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/gpytage.py') 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 gpytage, 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): -- cgit v1.2.3