| Index: third_party/gsutil/boto/boto/ec2/instanceinfo.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/ec2/instanceinfo.py b/third_party/gsutil/boto/boto/ec2/instanceinfo.py
|
| similarity index 92%
|
| rename from third_party/gsutil/20110627/boto/boto/ec2/instanceinfo.py
|
| rename to third_party/gsutil/boto/boto/ec2/instanceinfo.py
|
| index 6efbaed3bcb3dbb1f4da36541a7c90070e753ace..623ba17a1ec08096d64f1540f5dd81ad3390c423 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/ec2/instanceinfo.py
|
| +++ b/third_party/gsutil/boto/boto/ec2/instanceinfo.py
|
| @@ -25,6 +25,10 @@ class InstanceInfo(object):
|
| """
|
|
|
| def __init__(self, connection=None, id=None, state=None):
|
| + """
|
| + :ivar str id: The instance's EC2 ID.
|
| + :ivar str state: Specifies the current status of the instance.
|
| + """
|
| self.connection = connection
|
| self.id = id
|
| self.state = state
|
|
|