diff options
author | necoro <> | 2007-07-09 07:46:33 +0000 |
---|---|---|
committer | necoro <> | 2007-07-09 07:46:33 +0000 |
commit | 67d7d22dd0a0c6660aa1a2d0934ce59995d3eb6b (patch) | |
tree | 6407fb956a6dbeb11c818d384e5bfe523d14f0d5 | |
parent | baf4d66fea871cd6c285c51fcbb995efe5dd6800 (diff) | |
download | portato-67d7d22dd0a0c6660aa1a2d0934ce59995d3eb6b.tar.gz portato-67d7d22dd0a0c6660aa1a2d0934ce59995d3eb6b.tar.bz2 portato-67d7d22dd0a0c6660aa1a2d0934ce59995d3eb6b.zip |
added resume_loop plugin
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ def ui_file_list (): packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] ext_modules = [] -data_files = [(ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("shutdown"))] +data_files = [(ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("shutdown", "resume_loop"))] cmdclass = {} if "gtk" in FRONTENDS: |