diff --git a/designateclient/auth.py b/designateclient/auth.py index c7853c20..623a7a6d 100644 --- a/designateclient/auth.py +++ b/designateclient/auth.py @@ -13,10 +13,10 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -from urlparse import urlparse from keystoneclient.v2_0.client import Client from requests.auth import AuthBase +from six.moves.urllib.parse import urlparse class KeystoneAuth(AuthBase):