Skip to content

Commit 77fcf0d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop implementation to keep compatibility with Python 2.5"
2 parents 2ab986a + 1941116 commit 77fcf0d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

troveclient/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
4040
except ImportError:
4141
import simplejson as json
4242

43-
# Python 2.5 compat fix
44-
if not hasattr(urlparse, 'parse_qsl'):
45-
import cgi
46-
urlparse.parse_qsl = cgi.parse_qsl
47-
4843
osprofiler_web = importutils.try_import("osprofiler.web")
4944

5045

0 commit comments

Comments
 (0)