mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Update comments
This commit is contained in:
parent
3d24ceff50
commit
efe1696b40
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ from pkg.find import find_package
|
||||||
|
|
||||||
|
|
||||||
class DependenciesStatus(object):
|
class DependenciesStatus(object):
|
||||||
|
"""Print dependencies status used by packages
|
||||||
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.meta = _meta_
|
self.meta = _meta_
|
||||||
self.dmap = {}
|
self.dmap = {}
|
||||||
|
|
Loading…
Reference in a new issue