summaryrefslogtreecommitdiff
path: root/tests/test_swiftclient.py
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2013-07-18 13:55:50 -0400
committerChuck Short <chuck.short@canonical.com>2013-07-18 14:00:07 -0400
commit69281a580f360a6d8c6a9631a55155e47cde2e40 (patch)
tree9fc1f7c99133475cb52720628957fe5cdbe60c76 /tests/test_swiftclient.py
parent2f84a4e76b03863fe2e62515f150580b09dc20d1 (diff)
downloadpython-swiftclient-69281a580f360a6d8c6a9631a55155e47cde2e40.tar.gz
python3: Start of adding basic python3 support.
Fix imports so its python3 compliant. Change-Id: Ie08fe63b87e75bb099105ca1de860f9ab6c3340b Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tests/test_swiftclient.py')
-rw-r--r--tests/test_swiftclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_swiftclient.py b/tests/test_swiftclient.py
index e0fa400..38d3f1e 100644
--- a/tests/test_swiftclient.py
+++ b/tests/test_swiftclient.py
@@ -23,7 +23,7 @@ import warnings
from urlparse import urlparse
# TODO: mock http connection class with more control over headers
-from utils import fake_http_connect, fake_get_keystoneclient_2_0
+from .utils import fake_http_connect, fake_get_keystoneclient_2_0
from swiftclient import client as c
from swiftclient import utils as u