| Index: appengine/findit/waterfall/pull_changelog_pipeline.py
|
| diff --git a/appengine/findit/waterfall/pull_changelog_pipeline.py b/appengine/findit/waterfall/pull_changelog_pipeline.py
|
| index eb40fb2a0ca912e3d22ec3ad1b730f9daa55f507..ae1734dc20df5cc6056db08d008b15884ea77999 100644
|
| --- a/appengine/findit/waterfall/pull_changelog_pipeline.py
|
| +++ b/appengine/findit/waterfall/pull_changelog_pipeline.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from common.git_repository import GitRepository
|
| +from lib.gitiles.git_repository import GitRepository
|
| from common.http_client_appengine import HttpClientAppengine as HttpClient
|
| from common.pipeline_wrapper import pipeline
|
| from common.pipeline_wrapper import BasePipeline
|
|
|