| Index: mojo/services/upload_service.py
|
| diff --git a/mojo/services/upload_service.py b/mojo/services/upload_service.py
|
| index 184e35fd031da0399ef689185fb729e930f7a0cd..7fb8f942393af32a0d33e61b6abb4d18cf875bec 100755
|
| --- a/mojo/services/upload_service.py
|
| +++ b/mojo/services/upload_service.py
|
| @@ -38,7 +38,7 @@ root_path = os.path.realpath(
|
| os.pardir,
|
| os.pardir))
|
|
|
| -find_depot_tools_path = os.path.join(root_path, "tools", "find_depot_tools.py")
|
| +find_depot_tools_path = os.path.join(root_path, "build", "find_depot_tools.py")
|
| find_depot_tools = imp.load_source("find_depot_tools", find_depot_tools_path)
|
|
|
| depot_tools_path = find_depot_tools.add_depot_tools_to_path()
|
|
|