Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/gsutil/boto/boto/ec2/elb/listelement.py

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/gsutil/boto/boto/ec2/elb/instancestate.py ('k') | third_party/gsutil/boto/boto/ec2/elb/listener.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698