| Index: third_party/gsutil/boto/boto/ec2/elb/listelement.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/ec2/elb/listelement.py b/third_party/gsutil/boto/boto/ec2/elb/listelement.py
|
| similarity index 91%
|
| rename from third_party/gsutil/20110627/boto/boto/ec2/elb/listelement.py
|
| rename to third_party/gsutil/boto/boto/ec2/elb/listelement.py
|
| index 5be45992a0e0ede39723b7787f3541a116f00386..3529041520c78080154907d942d7231505eca633 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/ec2/elb/listelement.py
|
| +++ b/third_party/gsutil/boto/boto/ec2/elb/listelement.py
|
| @@ -20,6 +20,10 @@
|
| # IN THE SOFTWARE.
|
|
|
| class ListElement(list):
|
| + """
|
| + A :py:class:`list` subclass that has some additional methods for interacting
|
| + with Amazon's XML API.
|
| + """
|
|
|
| def startElement(self, name, attrs, connection):
|
| pass
|
|
|