| 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 6ffd87c2e53aab8b8fd1a2497de47ab3d9e11dc2..6b425f5468e5da54eb7da9c4b20083a2e31121a8 100644
|
| --- a/appengine/findit/waterfall/pull_changelog_pipeline.py
|
| +++ b/appengine/findit/waterfall/pull_changelog_pipeline.py
|
| @@ -2,7 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from pipeline_utils.appengine_third_party_pipeline_src_pipeline import pipeline
|
| +from pipeline_utils.appengine_third_party_pipeline_python_src_pipeline \
|
| + import pipeline
|
|
|
| from common.git_repository import GitRepository
|
| from common.http_client_appengine import HttpClientAppengine as HttpClient
|
|
|