Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(631)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: third_party/boto/datapipeline/__init__.py
Issue
12633019
:
Added boto/ to depot_tools/third_party (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Moved boto down by one
Created 7 years, 9 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:
third_party/boto/LICENSE
third_party/boto/README.chromium
third_party/boto/README.rst
third_party/boto/__init__.py
third_party/boto/auth.py
third_party/boto/auth_handler.py
third_party/boto/cacerts/__init__.py
third_party/boto/cacerts/cacerts.txt
third_party/boto/compat.py
third_party/boto/connection.py
third_party/boto/contrib/__init__.py
third_party/boto/contrib/ymlmessage.py
third_party/boto/core/README
third_party/boto/core/__init__.py
third_party/boto/core/auth.py
third_party/boto/core/credentials.py
third_party/boto/core/dictresponse.py
third_party/boto/core/service.py
third_party/boto/datapipeline/__init__.py
third_party/boto/datapipeline/exceptions.py
third_party/boto/datapipeline/layer1.py
third_party/boto/ecs/__init__.py
third_party/boto/ecs/item.py
third_party/boto/exception.py
third_party/boto/file/README
third_party/boto/file/__init__.py
third_party/boto/file/bucket.py
third_party/boto/file/connection.py
third_party/boto/file/key.py
third_party/boto/file/simpleresultset.py
third_party/boto/fps/__init__.py
third_party/boto/fps/connection.py
third_party/boto/fps/exception.py
third_party/boto/fps/response.py
third_party/boto/gs/__init__.py
third_party/boto/gs/acl.py
third_party/boto/gs/bucket.py
third_party/boto/gs/bucketlistresultset.py
third_party/boto/gs/connection.py
third_party/boto/gs/cors.py
third_party/boto/gs/key.py
third_party/boto/gs/resumable_upload_handler.py
third_party/boto/gs/user.py
third_party/boto/handler.py
third_party/boto/https_connection.py
third_party/boto/jsonresponse.py
third_party/boto/manage/__init__.py
third_party/boto/manage/cmdshell.py
third_party/boto/manage/propget.py
third_party/boto/manage/server.py
third_party/boto/manage/task.py
third_party/boto/manage/test_manage.py
third_party/boto/manage/volume.py
third_party/boto/mashups/__init__.py
third_party/boto/mashups/interactive.py
third_party/boto/mashups/iobject.py
third_party/boto/mashups/order.py
third_party/boto/mashups/server.py
third_party/boto/plugin.py
third_party/boto/provider.py
third_party/boto/pyami/__init__.py
third_party/boto/pyami/bootstrap.py
third_party/boto/pyami/config.py
third_party/boto/pyami/copybot.cfg
third_party/boto/pyami/copybot.py
third_party/boto/pyami/helloworld.py
third_party/boto/pyami/launch_ami.py
third_party/boto/pyami/scriptbase.py
third_party/boto/pyami/startup.py
third_party/boto/regioninfo.py
third_party/boto/resultset.py
third_party/boto/roboto/__init__.py
third_party/boto/roboto/awsqueryrequest.py
third_party/boto/roboto/awsqueryservice.py
third_party/boto/roboto/param.py
third_party/boto/s3/__init__.py
third_party/boto/s3/acl.py
third_party/boto/s3/bucket.py
third_party/boto/s3/bucketlistresultset.py
third_party/boto/s3/bucketlogging.py
third_party/boto/s3/connection.py
third_party/boto/s3/cors.py
third_party/boto/s3/deletemarker.py
third_party/boto/s3/key.py
third_party/boto/s3/keyfile.py
third_party/boto/s3/lifecycle.py
third_party/boto/s3/multidelete.py
third_party/boto/s3/multipart.py
third_party/boto/s3/prefix.py
third_party/boto/s3/resumable_download_handler.py
third_party/boto/s3/tagging.py
third_party/boto/s3/user.py
third_party/boto/s3/website.py
third_party/boto/services/__init__.py
third_party/boto/services/bs.py
third_party/boto/services/message.py
third_party/boto/services/result.py
third_party/boto/services/service.py
third_party/boto/services/servicedef.py
third_party/boto/services/sonofmmm.cfg
third_party/boto/services/sonofmmm.py
third_party/boto/services/submit.py
third_party/boto/ses/__init__.py
third_party/boto/ses/connection.py
third_party/boto/ses/exceptions.py
third_party/boto/storage_uri.py
third_party/boto/sts/__init__.py
third_party/boto/sts/connection.py
third_party/boto/sts/credentials.py
third_party/boto/utils.py
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« third_party/boto/core/service.py
('k') |
third_party/boto/datapipeline/exceptions.py »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: third_party/boto/datapipeline/__init__.py
diff --git a/testing_support/__init__.py b/third_party/boto/datapipeline/__init__.py
similarity index 100%
copy from testing_support/__init__.py
copy to third_party/boto/datapipeline/__init__.py
« no previous file with comments
|
« third_party/boto/core/service.py
('k') |
third_party/boto/datapipeline/exceptions.py »
('j') |
no next file with comments »
Issue 12633019: Added boto/ to depot_tools/third_party (Closed)
Created 7 years, 9 months ago by Ryan Tseng
Modified 7 years, 9 months ago
Reviewers: M-A Ruel
Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Comments: 0
This is Rietveld
408576698