| 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 3432279763ebd13032d8b0d0688b58a50f42f4d2..3c80d649d9fa54e80a52c1d235f1ddb9e0db5f7a 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
|
|
|