Drop python2 check
Change-Id: I3b3286307baf84d6d6a6e522dd0e54c8a82bd59d
This commit is contained in:
parent
eeb633531e
commit
b6dbce2fd0
@ -17,10 +17,7 @@ import re
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
try:
|
||||
from urllib.request import parse_http_list # pylint: disable=E0611
|
||||
except ImportError:
|
||||
from urllib2 import parse_http_list # Python 2
|
||||
|
||||
from venus.api.openstack import wsgi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user