| Index: third_party/boto/boto/gs/bucketlistresultset.py
|
| ===================================================================
|
| --- third_party/boto/boto/gs/bucketlistresultset.py (revision 33376)
|
| +++ third_party/boto/boto/gs/bucketlistresultset.py (working copy)
|
| @@ -38,7 +38,7 @@
|
| generation_marker = rs.next_generation_marker
|
| more_results= rs.is_truncated
|
|
|
| -class VersionedBucketListResultSet:
|
| +class VersionedBucketListResultSet(object):
|
| """
|
| A resultset for listing versions within a bucket. Uses the bucket_lister
|
| generator function and implements the iterator interface. This
|
|
|