diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-19 17:23:44 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-19 17:23:44 +0100 |
commit | c9291883f79d1153f5607557e345e1d7db765f62 (patch) | |
tree | 8e2ceec17898cf365b56d53dc01e2761fc01b98b /setup.py | |
parent | 1510350c45a0f175eacaa370d02aafba92979c50 (diff) | |
download | portato-c9291883f79d1153f5607557e345e1d7db765f62.tar.gz portato-c9291883f79d1153f5607557e345e1d7db765f62.tar.bz2 portato-c9291883f79d1153f5607557e345e1d7db765f62.zip |
install dbus_init plugin
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = {} |