Skip to content

Commit 1941116

Browse files
committed
Drop implementation to keep compatibility with Python 2.5
... because this library no longer supports such old python runtime. Change-Id: Id662d6d68cac940f6d0f61ab49653e7642b3e190
1 parent 0415e4b commit 1941116

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)