mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +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.pkg.find import find_package
|
||||||
|
|
||||||
from slpkg.slack.slack_version import slack_ver
|
|
||||||
|
|
||||||
from repo_init import RepoInit
|
from repo_init import RepoInit
|
||||||
from greps import repo_data
|
from greps import repo_data
|
||||||
|
|
||||||
|
|
||||||
def pkg_upgrade(repo):
|
def pkg_upgrade(repo):
|
||||||
'''
|
'''
|
||||||
Checking packages fro upgrade
|
Checking packages for upgrade
|
||||||
'''
|
'''
|
||||||
Msg().checking()
|
Msg().checking()
|
||||||
PACKAGES_TXT = RepoInit(repo).fetch()[0]
|
PACKAGES_TXT = RepoInit(repo).fetch()[0]
|
||||||
|
|
Loading…
Add table
Reference in a new issue