Index: appengine/components/components/auth/openid_test.py |
diff --git a/appengine/components/components/auth/openid_test.py b/appengine/components/components/auth/openid_test.py |
index 78762503581e89550edc1a0733fc66d1a4036f59..34cf68c3eb7fa328189962f3efda96c7378dcd2c 100755 |
--- a/appengine/components/components/auth/openid_test.py |
+++ b/appengine/components/components/auth/openid_test.py |
@@ -9,7 +9,7 @@ import sys |
import unittest |
import urlparse |
-from test_support import test_env |
+import test_env |
test_env.setup_test_env() |
from google.appengine.api import app_identity |