Chromium Code Reviews

Unified Diff: third_party/oauth2client/README.chromium

Issue 183793010: Added OAuth2 authentication to apply_issue (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: moved diff in place Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/oauth2client/README.chromium
diff --git a/third_party/oauth2client/README.chromium b/third_party/oauth2client/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..ea15b963618f8a2138cb5bab04f9d3e4732b6a5e
--- /dev/null
+++ b/third_party/oauth2client/README.chromium
@@ -0,0 +1,15 @@
+Name: oauth2client
+Short Name: oauth2client
+URL: https://pypi.python.org/packages/source/o/oauth2client/oauth2client-1.2.tar.gz
+Version: 1.2
+License: Apache License 2.0
+
+Description:
+OAuth2 authentication library in Python
+
+Local modifications:
+See also MODIFICATIONS.diff
+
+Notes:
+Requires the httplib2 library.
+

Powered by Google App Engine