Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2124)

Unified Diff: appengine/findit/handlers/test/triage_suspected_cl_test.py

Issue 2480593002: [Predator] Move time_util from common/ to lib/, split code review related part to code_review_util (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/handlers/test/triage_suspected_cl_test.py
diff --git a/appengine/findit/handlers/test/triage_suspected_cl_test.py b/appengine/findit/handlers/test/triage_suspected_cl_test.py
index d66553edd73548424808921e899257845e89b539..2d40d184818167fe6139315727c741447bfdd308 100644
--- a/appengine/findit/handlers/test/triage_suspected_cl_test.py
+++ b/appengine/findit/handlers/test/triage_suspected_cl_test.py
@@ -9,8 +9,8 @@ import mock
from testing_utils import testing
import webapp2
-from common import time_util
from handlers import triage_suspected_cl
+from lib import time_util
from model import analysis_approach_type
from model import result_status
from model import suspected_cl_status

Powered by Google App Engine
This is Rietveld 408576698