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

Unified Diff: third_party/gsutil/boto/boto/sdb/item.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/sdb/domain.py ('k') | third_party/gsutil/boto/boto/sdb/queryresultset.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/boto/boto/sdb/item.py
diff --git a/third_party/gsutil/20110627/boto/boto/sdb/item.py b/third_party/gsutil/boto/boto/sdb/item.py
similarity index 96%
rename from third_party/gsutil/20110627/boto/boto/sdb/item.py
rename to third_party/gsutil/boto/boto/sdb/item.py
index 4705b313df5f0ef85fcdc1d381d138f23974e2da..86bc70cab2b6fd3c3591df5d00b9e28d99fc687a 100644
--- a/third_party/gsutil/20110627/boto/boto/sdb/item.py
+++ b/third_party/gsutil/boto/boto/sdb/item.py
@@ -31,11 +31,9 @@ class Item(dict):
The keys on instances of this object correspond to attributes that are
stored on the SDB item.
- .. tip::
- While it is possible to instantiate this class directly, you may want
- to use the convenience methods on :py:class:`boto.sdb.domain.Domain`
- for that purpose. For example,
- :py:meth:`boto.sdb.domain.Domain.get_item`.
+ .. tip:: While it is possible to instantiate this class directly, you may
+ want to use the convenience methods on :py:class:`boto.sdb.domain.Domain`
+ for that purpose. For example, :py:meth:`boto.sdb.domain.Domain.get_item`.
"""
def __init__(self, domain, name='', active=False):
"""
« no previous file with comments | « third_party/gsutil/boto/boto/sdb/domain.py ('k') | third_party/gsutil/boto/boto/sdb/queryresultset.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698