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

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

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Created 4 years, 1 month 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/model/crash/crash_config.py
diff --git a/appengine/findit/model/crash/crash_config.py b/appengine/findit/model/crash/crash_config.py
index 61313cb135ca66b2b94efa8f9adb2a776910de85..70bbe2f8d9efacaff08029a84a992eb3262b1057 100644
--- a/appengine/findit/model/crash/crash_config.py
+++ b/appengine/findit/model/crash/crash_config.py
@@ -9,7 +9,7 @@ import re
from google.appengine.ext import ndb
from crash.type_enums import CrashClient
-from model.versioned_config import VersionedConfig
+from gae_libs.model.versioned_config import VersionedConfig
class CrashConfig(VersionedConfig):
chanli 2016/11/10 23:04:04 This module should be moved to predator, right?
stgao 2016/11/14 23:30:51 We will move in separate CLs later.

Powered by Google App Engine
This is Rietveld 408576698