From ae4e5ef760dec64ff2a6951af36ab2d9dcf69063 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Thu, 5 Jul 2007 05:11:40 +0000 Subject: added shutdown plugin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 81d6ba9..e9d6b77 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup, Extension from portato.constants import VERSION, DATA_DIR, FRONTENDS, ICON_DIR, PLUGIN_DIR def plugin_list (*args): - return [("plugins/%s.xml" % x) for x in *args] + return [("plugins/%s.xml" % x) for x in args] packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] ext_modules = [] -- cgit v1.2.3