mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Remove unused
This commit is contained in:
parent
02688bcdf8
commit
bc99bd5086
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ def it_self_update():
|
||||||
"{3}/{4}/version_info.py".format(repository, _meta_.__author__,
|
"{3}/{4}/version_info.py".format(repository, _meta_.__author__,
|
||||||
_meta_.__all__, branch,
|
_meta_.__all__, branch,
|
||||||
_meta_.__all__))
|
_meta_.__all__))
|
||||||
print ver_link
|
|
||||||
version_data = URL(ver_link).reading()
|
version_data = URL(ver_link).reading()
|
||||||
for line in version_data.splitlines():
|
for line in version_data.splitlines():
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
|
|
Loading…
Reference in a new issue