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

Unified Diff: appengine/components/components/ereporter2/logscraper_test.py

Issue 1478573003: Symlink test_env.py instead of test_support in preparation of jinja2. (Closed) Base URL: git@github.com:luci/luci-py.git@2_jinja2
Patch Set: Created 5 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/components/components/ereporter2/logscraper_test.py
diff --git a/appengine/components/components/ereporter2/logscraper_test.py b/appengine/components/components/ereporter2/logscraper_test.py
index d2c800b6028933f1bf52b3a0c957022e395725ac..9a9c959c062c92f9af050663484738677b5894bf 100755
--- a/appengine/components/components/ereporter2/logscraper_test.py
+++ b/appengine/components/components/ereporter2/logscraper_test.py
@@ -9,7 +9,7 @@ import logging
import sys
import unittest
-from test_support import test_env
+import test_env
test_env.setup_test_env()
from components.ereporter2 import logscraper

Powered by Google App Engine
This is Rietveld 408576698