Skip to content
Snippets Groups Projects
Commit 95da47ef authored by FH's avatar FH
Browse files

straighten import to one line

parent 4c36e7cc
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,7 @@ from os import system as system_call
from socket import timeout
from urllib.error import URLError
from urllib.request import urlopen
from .configuration import \
FALLBACK, MIRROR_FILE, \
STATUS_FILE, URL_MIRROR_JSON, URL_STATUS_JSON
from .configuration import FALLBACK, MIRROR_FILE, STATUS_FILE, URL_MIRROR_JSON, URL_STATUS_JSON
from .filefn import FileFn
from .jsonfn import JsonFn
from . import txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment