summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-08 02:26:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-08 02:26:19 +0200
commit9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095 (patch)
treecca99458662a5ff96b6554c1cbb7c03ee598ddce /setup.py
parentd8c7397b41420892474704dd3fa77eaeb5d23d12 (diff)
downloadportato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.tar.gz
portato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.tar.bz2
portato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.zip
Removed legacy plugins
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8c38d45..a8a62d6 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ packages = ["portato", "portato.gui", "portato.gui.windows", "portato.plugins",
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("dbus_init")),
+# (PLUGIN_DIR, plugin_list("dbus_init")),
(DATA_DIR, ["plugin.xsd"])]
# do the distutils setup