Chromium Code Reviews| Index: appengine/findit/handlers/help_triage.py |
| diff --git a/appengine/findit/handlers/help_triage.py b/appengine/findit/handlers/help_triage.py |
| index 99f1e946e0b4dd060585570003dd95953735a355..c972631b0ef99316584c9ba6fd14625674c0fee8 100644 |
| --- a/appengine/findit/handlers/help_triage.py |
| +++ b/appengine/findit/handlers/help_triage.py |
| @@ -2,9 +2,8 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -from common.base_handler import BaseHandler |
| -from common.base_handler import Permission |
| -from common.git_repository import GitRepository |
| +from lib.gitiles.git_repository import GitRepository |
|
stgao
2016/10/17 17:31:43
style nit:order of imports. You may want to check
|
| +from common.base_handler import BaseHandler, Permission |
| from common.http_client_appengine import HttpClientAppengine as HttpClient |
| from model.wf_analysis import WfAnalysis |
| from waterfall import buildbot |