diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-09 22:00:49 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-09 22:00:49 +0200 |
commit | 01fa05da0d80aab1aa1526a5302b3a798d0f0179 (patch) | |
tree | 90d4d694eb62fd707a64e19d6ac26a6f125d16ee /portato/gui/utils.py | |
parent | 09f790063e70515fbcb828676f639740b1c67885 (diff) | |
download | portato-01fa05da0d80aab1aa1526a5302b3a798d0f0179.tar.gz portato-01fa05da0d80aab1aa1526a5302b3a798d0f0179.tar.bz2 portato-01fa05da0d80aab1aa1526a5302b3a798d0f0179.zip |
Renamed generic package sets
Diffstat (limited to '')
-rw-r--r-- | portato/gui/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/utils.py b/portato/gui/utils.py index 035d1c6..a4e1e6e 100644 --- a/portato/gui/utils.py +++ b/portato/gui/utils.py @@ -185,7 +185,7 @@ class Database (object): # get the lists packages = system.find_packages(category, with_version = False) - installed = system.find_packages(category, "installed", with_version = False) + installed = system.find_packages(category, system.SET_INSTALLED, with_version = False) # cycle through packages for p in packages: |