Chromium Code Reviews| 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 |