diff options
-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 c4b7d45..169d92b 100644 --- a/swiftclient/__init__.py +++ b/swiftclient/__init__.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""" +""" OpenStack Swift Python client binding. """ from .client import * |