mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update import
This commit is contained in:
parent
1379715fbd
commit
f6b5b00684
2 changed files with 6 additions and 4 deletions
|
@ -25,9 +25,10 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from messages import Msg
|
from messages import Msg
|
||||||
from pkg.manager import PackageManager
|
|
||||||
from __metadata__ import MetaData as _meta_
|
from __metadata__ import MetaData as _meta_
|
||||||
|
|
||||||
|
from pkg.manager import PackageManager
|
||||||
|
|
||||||
|
|
||||||
class Auto(object):
|
class Auto(object):
|
||||||
"""Select Slackware command to install packages
|
"""Select Slackware command to install packages
|
||||||
|
|
|
@ -25,14 +25,15 @@
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
|
from find import find_package
|
||||||
|
from installed import GetFromInstalled
|
||||||
|
|
||||||
from slpkg.utils import Utils
|
from slpkg.utils import Utils
|
||||||
from slpkg.messages import Msg
|
from slpkg.messages import Msg
|
||||||
from slpkg.splitting import split_package
|
from slpkg.splitting import split_package
|
||||||
from slpkg.__metadata__ import MetaData as _meta_
|
from slpkg.__metadata__ import MetaData as _meta_
|
||||||
|
|
||||||
from slpkg.pkg.find import find_package
|
|
||||||
from slpkg.pkg.installed import GetFromInstalled
|
|
||||||
|
|
||||||
|
|
||||||
class PackageManager(object):
|
class PackageManager(object):
|
||||||
"""Package manager class for install, upgrade,
|
"""Package manager class for install, upgrade,
|
||||||
|
|
Loading…
Reference in a new issue