mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-27 19:58:21 +01:00
Fix import order
This commit is contained in:
parent
bc07cadadf
commit
c9200136a0
1 changed files with 1 additions and 1 deletions
|
@ -36,8 +36,8 @@ from slpkg.downloader import Download
|
|||
from slpkg.log_deps import write_deps
|
||||
from slpkg.grep_md5 import pkg_checksum
|
||||
from slpkg.splitting import split_package
|
||||
from slpkg.__metadata__ import MetaData as _meta_
|
||||
from slpkg.installed import GetFromInstalled
|
||||
from slpkg.__metadata__ import MetaData as _meta_
|
||||
|
||||
from slpkg.pkg.find import find_package
|
||||
from slpkg.pkg.manager import PackageManager
|
||||
|
|
Loading…
Add table
Reference in a new issue