diff options
author | necoro <> | 2007-07-05 05:11:40 +0000 |
---|---|---|
committer | necoro <> | 2007-07-05 05:11:40 +0000 |
commit | ae4e5ef760dec64ff2a6951af36ab2d9dcf69063 (patch) | |
tree | 0bdcddf272e62326b5fe251124cfb76da46b64cb | |
parent | 226cb01e0cb626d3051bb30a3472a49f577c194d (diff) | |
download | portato-ae4e5ef760dec64ff2a6951af36ab2d9dcf69063.tar.gz portato-ae4e5ef760dec64ff2a6951af36ab2d9dcf69063.tar.bz2 portato-ae4e5ef760dec64ff2a6951af36ab2d9dcf69063.zip |
added shutdown plugin
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ from distutils.core import setup, Extension from portato.constants import VERSION, DATA_DIR, FRONTENDS, ICON_DIR, PLUGIN_DIR def plugin_list (*args): - return [("plugins/%s.xml" % x) for x in *args] + return [("plugins/%s.xml" % x) for x in args] packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] ext_modules = [] |