From becea2b413f993ea4c3ef15eb5c7e72ec13b885f Mon Sep 17 00:00:00 2001 From: Faik Uygur Date: Wed, 2 Dec 2009 13:46:59 +0000 Subject: [PATCH] fix comment --- pisi/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pisi/api.py b/pisi/api.py index f633d2bf..35d241a7 100644 --- a/pisi/api.py +++ b/pisi/api.py @@ -184,7 +184,8 @@ def list_replaces(repo=None): {'gaim':['pidgin'], 'gimp-i18n':['gimp-i18n-tr', 'gimp-18n-de', ...]} - gaim replaced by pidgin and actioncube replaced by assaultcube + gaim replaced by pidgin and gimp-i18n is divided into smaller packages which also + replaces gimp-i18n """ return pisi.db.packagedb.PackageDB().get_replaces(repo)