diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-05-21 20:37:09 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-05-21 20:37:09 +0200 |
commit | 406603141a35e2be08e559fc9ec090c6c968b596 (patch) | |
tree | d6326f3da0d0f18d59561007cc43f13658c8c39e /portato/backend/system_interface.py | |
parent | 3023e6997fbd591667398b992c490d237205c85b (diff) | |
download | portato-406603141a35e2be08e559fc9ec090c6c968b596.tar.gz portato-406603141a35e2be08e559fc9ec090c6c968b596.tar.bz2 portato-406603141a35e2be08e559fc9ec090c6c968b596.zip |
Fixed errors, so the app starts
Diffstat (limited to '')
-rw-r--r-- | portato/backend/system_interface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py index c22c857..4b0f8df 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -75,7 +75,7 @@ class SystemInterface (object): raise NotImplementedError - def find_packages (self, key, set = "all", masked = False, with_version = True, only_cpv = False): + def find_packages (self, key, pkgSet = "all", masked = False, with_version = True, only_cpv = False): """This returns a list of packages matching the key. As key, it is allowed to use basic regexps (".*") and the normal package specs. But not a combination of them. |