| Index: appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
|
| diff --git a/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py b/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
|
| index 3116dbc8d12e6205eb085232b4c38b5be27e13d7..7573add8027c0fa80cc44bf5604b1a28f935c00a 100644
|
| --- a/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
|
| +++ b/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
|
| @@ -7,7 +7,7 @@ import logging
|
|
|
| from google.appengine.ext import ndb
|
|
|
| -from common.git_repository import GitRepository
|
| +from gitiles.git_repository import GitRepository
|
| from common.http_client_appengine import HttpClientAppengine as HttpClient
|
| from common.pipeline_wrapper import BasePipeline
|
| from common.waterfall import failure_type
|
|
|