diff --git a/script/bootstrap.py b/script/bootstrap.py index 35da6a5429a0..8431fe35092a 100755 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -5,7 +5,7 @@ import os import sys from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL -from lib.util import execute, execute_stdout, scoped_cwd, enable_verbose_execute +from lib.util import execute_stdout, scoped_cwd, enable_verbose_execute SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))