summaryrefslogtreecommitdiff
path: root/saharaclient/api
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/api')
-rw-r--r--saharaclient/api/base.py2
-rw-r--r--saharaclient/api/clusters.py2
-rw-r--r--saharaclient/api/job_binary_internals.py2
-rw-r--r--saharaclient/api/plugins.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/saharaclient/api/base.py b/saharaclient/api/base.py
index 237307c..fa1759f 100644
--- a/saharaclient/api/base.py
+++ b/saharaclient/api/base.py
@@ -16,7 +16,7 @@
import copy
from oslo_serialization import jsonutils
-from six.moves.urllib import parse
+from urllib import parse
from saharaclient._i18n import _
diff --git a/saharaclient/api/clusters.py b/saharaclient/api/clusters.py
index 49f9b28..c36e6c1 100644
--- a/saharaclient/api/clusters.py
+++ b/saharaclient/api/clusters.py
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from six.moves.urllib import parse
+from urllib import parse
from saharaclient.api import base
diff --git a/saharaclient/api/job_binary_internals.py b/saharaclient/api/job_binary_internals.py
index 8017846..5db17d6 100644
--- a/saharaclient/api/job_binary_internals.py
+++ b/saharaclient/api/job_binary_internals.py
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from six.moves.urllib import parse as urlparse
+from urllib import parse as urlparse
from saharaclient.api import base
diff --git a/saharaclient/api/plugins.py b/saharaclient/api/plugins.py
index fe7d488..b7a0545 100644
--- a/saharaclient/api/plugins.py
+++ b/saharaclient/api/plugins.py
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from six.moves.urllib import parse as urlparse
+from urllib import parse as urlparse
from saharaclient.api import base