summaryrefslogtreecommitdiff
path: root/heatclient/v1/software_configs.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/v1/software_configs.py')
-rw-r--r--heatclient/v1/software_configs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/software_configs.py b/heatclient/v1/software_configs.py
index 8d5c9e1..5e9a452 100644
--- a/heatclient/v1/software_configs.py
+++ b/heatclient/v1/software_configs.py
@@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from six.moves.urllib import parse
+from urllib import parse
from heatclient.common import base
from heatclient.common import utils