summaryrefslogtreecommitdiff
path: root/tests/test_swiftclient.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-23 17:41:16 +0000
committerGerrit Code Review <review@openstack.org>2013-07-23 17:41:16 +0000
commit43a838eabfd7ace47f9052a090c65aa1f6fb786e (patch)
treea4d00ceba410fb7313373d34e66c98bbe529e9f9 /tests/test_swiftclient.py
parent8ffaa0a4ce5676a90980ab879661659767f24d8e (diff)
parent69281a580f360a6d8c6a9631a55155e47cde2e40 (diff)
downloadpython-swiftclient-43a838eabfd7ace47f9052a090c65aa1f6fb786e.tar.gz
Merge "python3: Start of adding basic python3 support."
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 2b4782a..a072878 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