1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-11 17:54:06 +02:00

Remove no longer used modules

This commit is contained in:
Michael Schroeder
2022-05-16 09:52:28 +02:00
committed by mls
parent b8f76f7990
commit badcfc283c

View File

@@ -43,7 +43,6 @@ import os
import re import re
import sys import sys
import ssl import ssl
import warnings
import getpass import getpass
import time import time
import subprocess import subprocess
@@ -63,7 +62,7 @@ except ImportError:
from httplib import HTTPConnection, HTTPResponse from httplib import HTTPConnection, HTTPResponse
from StringIO import StringIO from StringIO import StringIO
from urlparse import urlsplit from urlparse import urlsplit
from urllib2 import URLError, HTTPBasicAuthHandler, HTTPCookieProcessor, HTTPPasswordMgrWithDefaultRealm, ProxyHandler, AbstractBasicAuthHandler from urllib2 import URLError, HTTPBasicAuthHandler, HTTPCookieProcessor, HTTPPasswordMgrWithDefaultRealm, ProxyHandler
from urllib2 import AbstractHTTPHandler, build_opener, proxy_bypass, HTTPSHandler from urllib2 import AbstractHTTPHandler, build_opener, proxy_bypass, HTTPSHandler
from urllib2 import BaseHandler, parse_keqv_list, parse_http_list from urllib2 import BaseHandler, parse_keqv_list, parse_http_list