mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated for coding style
This commit is contained in:
parent
cf11bd2142
commit
ed2c1b6526
1 changed files with 1 additions and 1 deletions
|
@ -8,9 +8,9 @@ from multiprocessing import Process, Queue
|
|||
from slpkg.configs import Configs
|
||||
from slpkg.utilities import Utilities
|
||||
from slpkg.downloader import Downloader
|
||||
from slpkg.install_data import InstallData
|
||||
from slpkg.views.views import ViewMessage
|
||||
from slpkg.progress_bar import ProgressBar
|
||||
from slpkg.install_data import InstallData
|
||||
from slpkg.repositories import Repositories
|
||||
from slpkg.check_updates import CheckUpdates
|
||||
from slpkg.models.models import session as Session
|
||||
|
|
Loading…
Add table
Reference in a new issue