Modified:
/trunk/boto/ec2/snapshot.py
=======================================
--- /trunk/boto/ec2/snapshot.py Thu Sep 24 06:51:03 2009
+++ /trunk/boto/ec2/snapshot.py Mon Oct 26 18:43:01 2009
@@ -60,6 +60,7 @@
def _update(self, updated):
self.progress = updated.progress
+ self.status = updated.status
def update(self):
rs = self.connection.get_all_snapshots([self.id])