| Index: appengine/components/components/auth/ui/rest_api_test.py
|
| diff --git a/appengine/components/components/auth/ui/rest_api_test.py b/appengine/components/components/auth/ui/rest_api_test.py
|
| index 77f9d37596cd83194d79a7727c974b0169fac0f7..250e90f285fd85461f671e2841f9f870c1cc6abe 100755
|
| --- a/appengine/components/components/auth/ui/rest_api_test.py
|
| +++ b/appengine/components/components/auth/ui/rest_api_test.py
|
| @@ -11,7 +11,7 @@ import logging
|
| import sys
|
| import unittest
|
|
|
| -from test_support import test_env
|
| +import test_env
|
| test_env.setup_test_env()
|
|
|
| import webapp2
|
|
|