Chromium Code Reviews

Unified Diff: third_party/upload.py

Issue 733923003: Ignore any import error for upload.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/upload.py
diff --git a/third_party/upload.py b/third_party/upload.py
index 2265e4d208a960d93ca02880308c284fd221395d..a8039a5a30781ba1aafa76d17e1ebca0a2481dc0 100755
--- a/third_party/upload.py
+++ b/third_party/upload.py
@@ -69,7 +69,7 @@ except ImportError:
try:
import keyring
-except ImportError:
+except:
keyring = None
# The logging verbosity:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine