Merge "import fails in python3"

This commit is contained in:
Jenkins 2017-08-15 23:54:03 +00:00 committed by Gerrit Code Review
commit 141ed892b5
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