| Index: appengine/chromium_cq_status/handlers/test/post_test.py
|
| diff --git a/appengine/chromium_cq_status/handlers/test/post_test.py b/appengine/chromium_cq_status/handlers/test/post_test.py
|
| index 05d54aea0d964a3f78842a5496f737c2a8d8274c..ffcc861cd0991580afc88069527f50c9514df8b7 100644
|
| --- a/appengine/chromium_cq_status/handlers/test/post_test.py
|
| +++ b/appengine/chromium_cq_status/handlers/test/post_test.py
|
| @@ -6,14 +6,14 @@ import json
|
|
|
| from third_party.testing_utils import testing
|
|
|
| -import main
|
| +from webtest.app import AppError
|
|
|
| +import main
|
| from model.password import Password
|
| from model.record import Record
|
| from shared.config import CQ_BOT_PASSWORD_KEY
|
| from shared import utils
|
|
|
| -from webtest.app import AppError
|
|
|
| class TestPost(testing.AppengineTestCase):
|
| app_module = main.app
|
|
|