import fails in python3

use six to solve this

Change-Id: I0057fd2173deeab30001499ed19f2178ccd02b45
This commit is contained in:
Eyal 2017-08-14 10:44:51 +03:00
parent 3ba7b739d4
commit bff25f160a
1 changed files with 1 additions and 1 deletions

View File

@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import base64
from urlparse import urlparse
from keystoneclient import service_catalog as ks_service_catalog
from oslo_serialization import jsonutils
from oslo_utils import uuidutils
from six.moves.urllib.parse import urlparse
from tempest.lib import decorators
from mistral_tempest_tests.tests import base