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

Unified Diff: third_party/gsutil/boto/boto/ec2/instanceinfo.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
« no previous file with comments | « third_party/gsutil/boto/boto/ec2/instance.py ('k') | third_party/gsutil/boto/boto/ec2/instancestatus.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/gsutil/boto/boto/ec2/instance.py ('k') | third_party/gsutil/boto/boto/ec2/instancestatus.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698