diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-13 19:28:52 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-13 19:28:52 +0200 |
commit | fe58a20450b2bcb757cad27cc81522050b511300 (patch) | |
tree | c8ab98ca204bb6e243dfe51ab258d225bc5ae414 /portato/backend | |
parent | 4dade2c17002cc8cb3d2a99f6411feb59c4bf01e (diff) | |
download | portato-fe58a20450b2bcb757cad27cc81522050b511300.tar.gz portato-fe58a20450b2bcb757cad27cc81522050b511300.tar.bz2 portato-fe58a20450b2bcb757cad27cc81522050b511300.zip |
Make epydoc happy
Diffstat (limited to '')
-rw-r--r-- | portato/backend/system_interface.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py index 43de1ec..be79de2 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -108,8 +108,8 @@ class SystemInterface (object): @param key: the key to look for @type key: string - @param all: the package set to use - @type all: string + @param pkgSet: the package set to use + @type pkgSet: string @param masked: if True, also look for masked packages @type masked: boolean @param with_version: if True, return CPVs - else CP |