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
diff --git a/heatclient/ common/ http.py b/heatclient/ common/ http.py common/ http.py common/ http.py
index c9fa89c..2b18c07 100644
--- a/heatclient/
+++ b/heatclient/
@@ -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