mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Added class doc string
This commit is contained in:
parent
485f52fe5d
commit
c5f024dcbb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue