| Index: third_party/gsutil/boto/boto/cloudformation/__init__.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/sns/__init__.py b/third_party/gsutil/boto/boto/cloudformation/__init__.py
|
| similarity index 96%
|
| rename from third_party/gsutil/20110627/boto/boto/sns/__init__.py
|
| rename to third_party/gsutil/boto/boto/cloudformation/__init__.py
|
| index 9c5a7d747c7583131ba78e1bbecfcff96839ebb1..4f8e090b35c525c0ba73a5f3ca9285edec4bcda1 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/sns/__init__.py
|
| +++ b/third_party/gsutil/boto/boto/cloudformation/__init__.py
|
| @@ -22,4 +22,4 @@
|
|
|
| # this is here for backward compatibility
|
| # originally, the SNSConnection class was defined here
|
| -from connection import SNSConnection
|
| +from connection import CloudFormationConnection
|
|
|