diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-08 02:26:19 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-08 02:26:19 +0200 |
commit | 9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095 (patch) | |
tree | cca99458662a5ff96b6554c1cbb7c03ee598ddce /setup.py | |
parent | d8c7397b41420892474704dd3fa77eaeb5d23d12 (diff) | |
download | portato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.tar.gz portato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.tar.bz2 portato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.zip |
Removed legacy plugins
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |