diff options
author | drebs <drebs@leap.se> | 2012-11-29 10:57:08 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2012-11-29 10:57:08 -0200 |
commit | d01ca3e02798c5b4058147fbfb846be7662a2bb9 (patch) | |
tree | 2b96e5da44877c8d71901b4872fee4545ac95387 /swiftclient/__init__.py | |
parent | e23d579d8bc849408745c196a2794e145743f7d1 (diff) |
add swiftclient code (not as submodule)
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 * |