Merge "Drop implementation to keep compatibility with Python 2.5"

This commit is contained in:
Zuul 2024-04-28 01:17:48 +00:00 committed by Gerrit Code Review
commit 77fcf0df73
1 changed files with 0 additions and 5 deletions

View File

@ -40,11 +40,6 @@ try:
except ImportError:
import simplejson as json
# Python 2.5 compat fix
if not hasattr(urlparse, 'parse_qsl'):
import cgi
urlparse.parse_qsl = cgi.parse_qsl
osprofiler_web = importutils.try_import("osprofiler.web")