diff options
Diffstat (limited to 'swiftclient/__init__.py')
-rw-r--r-- | swiftclient/__init__.py | 2 |
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 |