diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 23:19:16 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 23:19:16 +0100 |
commit | 6d2132a97778c66d0d7851723efb91226af89144 (patch) | |
tree | 597a245f246c0788ae09727b13761c2486b5cd09 /setup.py | |
parent | 1cd876636b1a2470186c36625b61c218654b0033 (diff) | |
download | portato-6d2132a97778c66d0d7851723efb91226af89144.tar.gz portato-6d2132a97778c66d0d7851723efb91226af89144.tar.bz2 portato-6d2132a97778c66d0d7851723efb91226af89144.zip |
Last transition steps
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ def plugin_list (*args): packages = ["portato", "portato.db", "portato.gui", "portato.gui.windows", "portato.plugins", "portato.backend", "portato.backend.portage"] data_files = [ - (TEMPLATE_DIR, [os.path.join("portato/gui/templates",x) for x in os.listdir("portato/gui/templates") if x.endswith(".glade")]), + (TEMPLATE_DIR, [os.path.join("portato/gui/templates",x) for x in os.listdir("portato/gui/templates") if x.endswith(".ui")]), (ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("gpytage", "notify", "etc_proposals", "reload_portage"))] |