[entropy.db] complete API docstring and refactoring work

This commit is contained in:
Fabio Erculiani
2009-08-15 22:27:41 +02:00
parent ec3e35ed54
commit 89062bf8f3
18 changed files with 1207 additions and 1262 deletions
+3 -1
View File
@@ -705,8 +705,10 @@ def search_removal_dependencies(atoms, deep = False, Equo = None):
print_generic(rematom)
continue
installedfrom = clientDbconn.retrievePackageFromInstalledTable(
installedfrom = clientDbconn.getInstalledPackageRepository(
idpackage)
if installedfrom is None:
installedfrom = _("Not available")
repo_info = bold("[") + red("%s: " % (_("from"),)) + \
brown(installedfrom)+bold("]")
stratomscounter = str(atomscounter)