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
|
||||
|
||||
from messages import Msg
|
||||
from pkg.manager import PackageManager
|
||||
from __metadata__ import MetaData as _meta_
|
||||
|
||||
from pkg.manager import PackageManager
|
||||
|
||||
|
||||
class Auto(object):
|
||||
"""Select Slackware command to install packages
|
||||
|
|
|
@ -25,14 +25,15 @@
|
|||
import os
|
||||
import subprocess
|
||||
|
||||
|
||||
from find import find_package
|
||||
from installed import GetFromInstalled
|
||||
|
||||
from slpkg.utils import Utils
|
||||
from slpkg.messages import Msg
|
||||
from slpkg.splitting import split_package
|
||||
from slpkg.__metadata__ import MetaData as _meta_
|
||||
|
||||
from slpkg.pkg.find import find_package
|
||||
from slpkg.pkg.installed import GetFromInstalled
|
||||
|
||||
|
||||
class PackageManager(object):
|
||||
"""Package manager class for install, upgrade,
|
||||
|
|
Loading…
Reference in a new issue