| Index: boto/sdb/db/manager/xmlmanager.py
|
| diff --git a/boto/sdb/db/manager/xmlmanager.py b/boto/sdb/db/manager/xmlmanager.py
|
| index 9765df1a65bb29b9b746bc453b1907ddbcd5fec2..3608b2c254edb486ace56632f3ca1295d19851f2 100644
|
| --- a/boto/sdb/db/manager/xmlmanager.py
|
| +++ b/boto/sdb/db/manager/xmlmanager.py
|
| @@ -409,7 +409,7 @@ class XMLManager(object):
|
| text_node = doc.createTextNode(item)
|
| item_node.appendChild(text_node)
|
|
|
| - def save_object(self, obj):
|
| + def save_object(self, obj, expected_value=None):
|
| """
|
| Marshal the object and do a PUT
|
| """
|
|
|