mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Fix align
This commit is contained in:
parent
7020023a54
commit
707b607bee
1 changed files with 1 additions and 1 deletions
|
@ -27,12 +27,12 @@ import sys
|
|||
import shutil
|
||||
import subprocess
|
||||
|
||||
from slpkg.toolbar import status
|
||||
from slpkg.utils import Utils
|
||||
from slpkg.sizes import units
|
||||
from slpkg.messages import Msg
|
||||
from slpkg.url_read import URL
|
||||
from slpkg.remove import delete
|
||||
from slpkg.toolbar import status
|
||||
from slpkg.checksum import check_md5
|
||||
from slpkg.blacklist import BlackList
|
||||
from slpkg.downloader import Download
|
||||
|
|
Loading…
Add table
Reference in a new issue