From 5eda979fdfd005eff962524bda730a20061b103d Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Sun, 7 Oct 2007 17:53:49 +0000 Subject: first catapult support --- portato/gui/gui_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui') diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index fb531d7..ef7a508 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -206,7 +206,7 @@ class Database: self._db[cat].append((pkg, p in installed)) for key in self._db: # sort alphabetically - self._db[key].sort(cmp=cmp, key=lambda x: str.lower(x[0])) + self._db[key].sort(cmp=cmp, key=lambda x: x[0].lower()) def get_cat (self, cat, byName = True): """Returns the packages in the category. -- cgit v1.2.3-54-g00ecf