Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3104)

Unified Diff: appengine/findit/handlers/help_triage.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: moving ./gitiles to ./lib/gitiles Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698