From c9291883f79d1153f5607557e345e1d7db765f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 19 Mar 2008 17:23:44 +0100 Subject: install dbus_init plugin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c8fe3e6..112e79f 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ ext_modules = [Extension("portato._shm.shm", ["_shm/shmmodule.c"], define_macros data_files = [ (TEMPLATE_DIR, [os.path.join("portato/gui/templates",x) for x in os.listdir("portato/gui/templates") if x.endswith(".glade")]), (ICON_DIR, ["icons/portato-icon.png"]), - #(PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), + (PLUGIN_DIR, plugin_list("dbus_init")), (DATA_DIR, ["plugin.xsd"])] cmdclass = {} -- cgit v1.2.3