mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-05 06:41:32 +00:00
Samuel Banya: Adding one line fix to Automirror's import socket
Summary: Adding one line fix to only import socket Test Plan: Will test in isolated instance of main.py to ensure function Reviewers: wxl, tsimonq2 Reviewed By: tsimonq2 Differential Revision: https://phab.lubuntu.me/D47
This commit is contained in:
parent
48ccf8291f
commit
25c5f3c7e4
@ -22,7 +22,7 @@ from time import strftime
|
|||||||
import urllib.request
|
import urllib.request
|
||||||
from urllib.error import HTTPError
|
from urllib.error import HTTPError
|
||||||
from urllib.error import URLError
|
from urllib.error import URLError
|
||||||
from socket import timeout
|
import socket
|
||||||
from lsb_release import get_distro_information
|
from lsb_release import get_distro_information
|
||||||
|
|
||||||
global sources
|
global sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user