Entropy/Reagent:

- fix printPackageInfo() call

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1820 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-04-21 11:27:14 +00:00
parent c1c2ce3265
commit 4e8f55d984
+1 -1
View File
@@ -90,7 +90,7 @@ def searchTaggedPackages(tags, dbconn, entropy):
if etpUi['quiet']:
print dbconn.retrieveAtom(result[1])
else:
printPackageInfo(result[1], dbconn, EquoConnection = entropy)
text_query.printPackageInfo(result[1], dbconn, EquoConnection = entropy)
if not etpUi['quiet']:
print_info(blue(" Keyword: ")+bold("\t"+tag))
print_info(blue(" Found: ")+bold("\t"+str(len(results)))+red(" entries"))