From afa1de13f0576ace6dcbb0176490fd20922950cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 2 Sep 2008 13:01:17 +0200 Subject: Switch from tabs to 4 spaces --- plugins/gpytage.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/gpytage.py') diff --git a/plugins/gpytage.py b/plugins/gpytage.py index d8c2831..5ebd6b4 100644 --- a/plugins/gpytage.py +++ b/plugins/gpytage.py @@ -13,14 +13,14 @@ from subprocess import Popen class GPytage (Plugin): - __author__ = "René 'Necoro' Neumann" - __description__ = "Adds a menu entry to directly start gpytage, a config editor." - __dependency__ = ["app-portage/gpytage"] + __author__ = "René 'Necoro' Neumann" + __description__ = "Adds a menu entry to directly start gpytage, a config editor." + __dependency__ = ["app-portage/gpytage"] - def init (self): - self.add_menu("Config _Editor", self.menu) + def init (self): + self.add_menu("Config _Editor", self.menu) - def menu (self, *args): - Popen(["/usr/bin/gpytage"]) + def menu (self, *args): + Popen(["/usr/bin/gpytage"]) register(GPytage) -- cgit v1.2.3