Skip to content
Snippets Groups Projects
Unverified Commit d43e3727 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Don’t attempt to import zip, which is now a built-in class

parent ce55e32a
No related branches found
No related tags found
No related merge requests found
Pipeline #38487 failed
...@@ -24,7 +24,6 @@ from urllib.error import HTTPError ...@@ -24,7 +24,6 @@ from urllib.error import HTTPError
from urllib.parse import quote_plus from urllib.parse import quote_plus
from xml.etree import ElementTree as ET from xml.etree import ElementTree as ET
from future.builtins import zip
from M2Crypto.SSL import SSLError as SSLError from M2Crypto.SSL import SSLError as SSLError
from osc import conf, core, oscerr from osc import conf, core, oscerr
from osc.util.helper import decode_list from osc.util.helper import decode_list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment