Added class doc string

This commit is contained in:
Dimitris Zlatanidis 2015-08-06 06:56:52 +03:00
parent 485f52fe5d
commit c5f024dcbb

View file

@ -28,7 +28,8 @@ from __metadata__ import MetaData as _meta_
class PkgDesc(object):
"""Print package description from the repository
"""
def __init__(self, name, repo, paint):
self.name = name
self.repo = repo