Add a missing module in the automirror script.

This commit is contained in:
Simon Quigley 2019-01-13 00:25:03 -06:00
parent b9c13cfb8d
commit 043062ea43
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import urllib.request
from urllib.error import HTTPError
from urllib.error import URLError
import socket
import logging
from lsb_release import get_distro_information
global sources

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
calamares-settings-ubuntu (1:19.04.3) UNRELEASED; urgency=medium
* Add a missing module in the automirror script.
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 13 Jan 2019 00:24:45 -0600
calamares-settings-ubuntu (1:19.04.2) disco; urgency=medium
* Adjust config for automirror changes in the previous upload.