diff options
Diffstat (limited to 'swiftclient/__init__.py')
-rw-r--r-- | swiftclient/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py new file mode 100644 index 00000000..ba0b41a3 --- /dev/null +++ b/swiftclient/__init__.py @@ -0,0 +1,5 @@ +# -*- encoding: utf-8 -*- +"""" +OpenStack Swift Python client binding. +""" +from client import * |