Use six.moves.urllib.parse to replace urlparse

Import six.moves.urllib.parse as urlparse for python3 compatible.

Change-Id: Icc6dc92c4d4016b8a4f1118220a51415d2b5feb0
Closes-Bug:#1279611
This commit is contained in:
llg8212 2014-02-14 14:50:01 +08:00
parent 9d8ccad3fa
commit f58b98379c
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ import httplib
import logging
import time
import urllib
import urlparse
import six.moves.urllib.parse as urlparse
from neutronclient import client
from neutronclient.common import _