Comment 1 for bug 1243418

Revision history for this message
Kui Shi (skuicloud) wrote :

diff --git a/heatclient/common/http.py b/heatclient/common/http.py
index c9fa89c..2b18c07 100644
--- a/heatclient/common/http.py
+++ b/heatclient/common/http.py
@@ -32,11 +32,6 @@ try:
 except ImportError:
     import simplejson as json

-# Python 2.5 compat fix
-if not hasattr(urlutils, 'parse_qsl'):
- import cgi
- urlutils.parse_qsl = cgi.parse_qsl
-

 from heatclient import exc