diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-01 11:40:44 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-01 11:40:44 -0700 |
commit | ff6ba367faa71a7dd22e210382c8afc41d79d779 (patch) | |
tree | c174999d3e0b11325cf43588821b566af433bd9b /swiftclient/client.py | |
parent | 4b78b4d136f5e18544ba97db85f47c5201d3a761 (diff) | |
download | python-swiftclient-ff6ba367faa71a7dd22e210382c8afc41d79d779.tar.gz |
Replaced two references to Cloud Files with Swift
Change-Id: I721f2b25a255a829c625b34928b066df3cd3e632
Diffstat (limited to 'swiftclient/client.py')
-rw-r--r-- | swiftclient/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/client.py b/swiftclient/client.py index 3bbbc54..8dc4b71 100644 --- a/swiftclient/client.py +++ b/swiftclient/client.py @@ -14,7 +14,7 @@ # limitations under the License. """ -Cloud Files client library used internally +OpenStack Swift client library used internally """ import socket |