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

Unified Diff: appengine/findit/handlers/crash/crash_config.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: rebase-update Created 4 years, 3 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/crash/crash_config.py
diff --git a/appengine/findit/handlers/crash/crash_config.py b/appengine/findit/handlers/crash/crash_config.py
index 63c81791d433a9b10d0512bc60993ddf75454b23..8bb8e572ef5061892998e60ac6b840dc923f7a19 100644
--- a/appengine/findit/handlers/crash/crash_config.py
+++ b/appengine/findit/handlers/crash/crash_config.py
@@ -8,8 +8,7 @@ import json
from google.appengine.api import users
-from common.base_handler import BaseHandler
-from common.base_handler import Permission
+from common.base_handler import BaseHandler, Permission
from model.crash.crash_config import CrashConfig as CrashConfigModel

Powered by Google App Engine
This is Rietveld 408576698