| Index: appengine/components/components/auth/service_account_test.py
|
| diff --git a/appengine/components/components/auth/service_account_test.py b/appengine/components/components/auth/service_account_test.py
|
| index 4d81506d2d512750be9ccc08632f35d12d2a66f1..afee5a3c5776f11b6e87eeb92c5cd91dd2c74732 100755
|
| --- a/appengine/components/components/auth/service_account_test.py
|
| +++ b/appengine/components/components/auth/service_account_test.py
|
| @@ -10,7 +10,7 @@ import json
|
| import sys
|
| import unittest
|
|
|
| -from test_support import test_env
|
| +import test_env
|
| test_env.setup_test_env()
|
|
|
| from components import utils
|
|
|