mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
update docstring
This commit is contained in:
parent
f40e5e1758
commit
05199e9505
1 changed files with 1 additions and 3 deletions
|
@ -29,15 +29,13 @@ from slpkg.__metadata__ import MetaData as _m
|
|||
|
||||
from slpkg.pkg.find import find_package
|
||||
|
||||
from slpkg.slack.slack_version import slack_ver
|
||||
|
||||
from repo_init import RepoInit
|
||||
from greps import repo_data
|
||||
|
||||
|
||||
def pkg_upgrade(repo):
|
||||
'''
|
||||
Checking packages fro upgrade
|
||||
Checking packages for upgrade
|
||||
'''
|
||||
Msg().checking()
|
||||
PACKAGES_TXT = RepoInit(repo).fetch()[0]
|
||||
|
|
Loading…
Reference in a new issue