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

Unified Diff: appengine/findit/common/findit_testcase.py

Issue 2480593002: [Predator] Move time_util from common/ to lib/, split code review related part to code_review_util (Closed)
Patch Set: Rebase and fix nits. 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
« no previous file with comments | « no previous file | appengine/findit/common/test/time_util_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/findit_testcase.py
diff --git a/appengine/findit/common/findit_testcase.py b/appengine/findit/common/findit_testcase.py
index 046e4eeb72e604470a750c1c4b1a580e7888ea73..75f15506783728426a9c81ef76f1cd0a28ca90ba 100644
--- a/appengine/findit/common/findit_testcase.py
+++ b/appengine/findit/common/findit_testcase.py
@@ -6,7 +6,7 @@ import os
from testing_utils import testing
-from common import time_util
+from lib import time_util
class FinditTestCase(testing.AppengineTestCase): # pragma: no cover.
« no previous file with comments | « no previous file | appengine/findit/common/test/time_util_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698