Commit 145960c2 authored by jochen@chromium.org's avatar jochen@chromium.org

Ignore any import error for upload.py

BUG=none
TBR=jrobbins@chromium.org

Review URL: https://codereview.chromium.org/733923003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293010 0039d316-1c4b-4281-b951-d872f2087c98
parent cdbd936c
......@@ -69,7 +69,7 @@ except ImportError:
try:
import keyring
except ImportError:
except:
keyring = None
# The logging verbosity:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment