| Index: appengine/findit/waterfall/suspected_cl_util.py
|
| diff --git a/appengine/findit/waterfall/suspected_cl_util.py b/appengine/findit/waterfall/suspected_cl_util.py
|
| index c84b01eec256405c0e7a58211458238d5aa55d56..3365b3de77330177db25f77bfc81b69d7f51f060 100644
|
| --- a/appengine/findit/waterfall/suspected_cl_util.py
|
| +++ b/appengine/findit/waterfall/suspected_cl_util.py
|
| @@ -4,8 +4,8 @@
|
|
|
| from google.appengine.ext import ndb
|
|
|
| -from common import time_util
|
| from common.waterfall import failure_type
|
| +from lib import time_util
|
| from model import analysis_approach_type
|
| from model.wf_suspected_cl import WfSuspectedCL
|
| from waterfall import build_util
|
|
|