Remove unnecessary username component from Bitbucket url

This commit is contained in:
Marshall Greenblatt 2015-03-18 17:58:14 -04:00
parent b06d429416
commit 7968594ec6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import zipfile
depot_tools_url = 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
depot_tools_archive_url = 'https://src.chromium.org/svn/trunk/tools/depot_tools.zip'
cef_git_url = 'https://chromiumembedded@bitbucket.org/chromiumembedded/cef.git'
cef_git_url = 'https://bitbucket.org/chromiumembedded/cef.git'
##