Index: appengine/findit/waterfall/test/identify_culprit_pipeline_test.py |
diff --git a/appengine/findit/waterfall/test/identify_culprit_pipeline_test.py b/appengine/findit/waterfall/test/identify_culprit_pipeline_test.py |
index 0de9076c9bda2ae9037f8d98ce11d9c1f3a0165a..876afeef397caa8438c9e0f0e73ec9c5e4502848 100644 |
--- a/appengine/findit/waterfall/test/identify_culprit_pipeline_test.py |
+++ b/appengine/findit/waterfall/test/identify_culprit_pipeline_test.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 handlers |
+from pipeline_utils.appengine_third_party_pipeline_python_src_pipeline \ |
+ import handlers |
from testing_utils import testing |
from model.wf_analysis import WfAnalysis |