Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Unified Diff: boto/s3/prefix.py

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « boto/s3/multipart.py ('k') | boto/s3/resumable_download_handler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boto/s3/prefix.py
diff --git a/boto/s3/prefix.py b/boto/s3/prefix.py
index fc0f26ab58ae063bce32b60d916709c5858e1002..0b0196c820ba67869968842fae48f1ac2200af75 100644
--- a/boto/s3/prefix.py
+++ b/boto/s3/prefix.py
@@ -19,7 +19,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
-class Prefix:
+class Prefix(object):
def __init__(self, bucket=None, name=None):
self.bucket = bucket
self.name = name
« no previous file with comments | « boto/s3/multipart.py ('k') | boto/s3/resumable_download_handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698