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

Unified Diff: appengine/components/components/datastore_utils/serializable_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: Rebased against master instead of jijna2 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/datastore_utils/serializable_test.py
diff --git a/appengine/components/components/datastore_utils/serializable_test.py b/appengine/components/components/datastore_utils/serializable_test.py
index c4b4e86dbb121c71c54acabb20148e67cccb93a0..97e23fef02795578f904de91253763e33c7629ee 100755
--- a/appengine/components/components/datastore_utils/serializable_test.py
+++ b/appengine/components/components/datastore_utils/serializable_test.py
@@ -7,7 +7,7 @@ import datetime
import sys
import unittest
-from test_support import test_env
+import test_env
test_env.setup_test_env()
from google.appengine.ext import ndb

Powered by Google App Engine
This is Rietveld 408576698