| Index: third_party/gsutil/boto/boto/ec2/launchspecification.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/ec2/launchspecification.py b/third_party/gsutil/boto/boto/ec2/launchspecification.py
|
| similarity index 98%
|
| rename from third_party/gsutil/20110627/boto/boto/ec2/launchspecification.py
|
| rename to third_party/gsutil/boto/boto/ec2/launchspecification.py
|
| index a574a3825e0094e5e9a7ac5c29f2de572cff3d8e..e959c840fa17b91ef96f05cc2fe95b208369b4a2 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/ec2/launchspecification.py
|
| +++ b/third_party/gsutil/boto/boto/ec2/launchspecification.py
|
| @@ -26,7 +26,7 @@ Represents a launch specification for Spot instances.
|
| from boto.ec2.ec2object import EC2Object
|
| from boto.resultset import ResultSet
|
| from boto.ec2.blockdevicemapping import BlockDeviceMapping
|
| -from boto.ec2.instance import Group
|
| +from boto.ec2.group import Group
|
|
|
| class GroupList(list):
|
|
|
|
|