Added comments

This commit is contained in:
Dimitris Zlatanidis 2017-09-24 19:30:21 +02:00
parent f93ae4300c
commit 8e4f0a8721

View file

@ -163,6 +163,8 @@ class Msg(object):
print("") print("")
def matching(self, packages): def matching(self, packages):
"""Message for matching packages
"""
print("Not found package with the name [ {0}{1}{2} ]. " print("Not found package with the name [ {0}{1}{2} ]. "
"Matching packages:\nNOTE: Not dependenc" "Matching packages:\nNOTE: Not dependenc"
"ies are resolved\n".format(self.meta.color["CYAN"], "ies are resolved\n".format(self.meta.color["CYAN"],