diff options
author | necoro <> | 2007-07-07 08:50:33 +0000 |
---|---|---|
committer | necoro <> | 2007-07-07 08:50:33 +0000 |
commit | 6d9340ebbb5b942b0996053b0479827c1cf81b5a (patch) | |
tree | c7099063b564511a37b63f07a03a2fbb4217201f /portato/gui/gui_helper.py | |
parent | 91225d6ff5bc70cd76d0cf54f35a1cf6186b538b (diff) | |
download | portato-6d9340ebbb5b942b0996053b0479827c1cf81b5a.tar.gz portato-6d9340ebbb5b942b0996053b0479827c1cf81b5a.tar.bz2 portato-6d9340ebbb5b942b0996053b0479827c1cf81b5a.zip |
some more documentation
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r-- | portato/gui/gui_helper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 3c9edce..e827a22 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -477,9 +477,9 @@ class EmergeQueue: """Calls emerge and updates the terminal. @param options: options to send to emerge - @type options: list + @type options: string[] @param packages: packages to emerge - @type packages: list + @type packages: string[] @param it: Iterators which point to these entries whose children will be removed after completion. @type it: Iterator[] @param command: the command to execute - default is "/usr/bin/python /usr/bin/emerge" |