summaryrefslogtreecommitdiff
path: root/swiftclient/__init__.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 /swiftclient/__init__.py
parent8ffaa0a4ce5676a90980ab879661659767f24d8e (diff)
parent69281a580f360a6d8c6a9631a55155e47cde2e40 (diff)
downloadpython-swiftclient-43a838eabfd7ace47f9052a090c65aa1f6fb786e.tar.gz
Merge "python3: Start of adding basic python3 support."
Diffstat (limited to 'swiftclient/__init__.py')
-rw-r--r--swiftclient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py
index f0fbf7f..1d74249 100644
--- a/swiftclient/__init__.py
+++ b/swiftclient/__init__.py
@@ -17,7 +17,7 @@
""""
OpenStack Swift Python client binding.
"""
-from client import *
+from .client import *
# At setup.py time, we haven't installed anything yet, so there
# is nothing that is able to set this version property. Squelching