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

Unified Diff: appengine/findit_mock/model/failure_analysis.py

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. 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_mock/model/failure_analysis.py
diff --git a/appengine/findit_mock/model/failure_analysis.py b/appengine/findit_mock/model/failure_analysis.py
new file mode 100644
index 0000000000000000000000000000000000000000..1bb1a6da6bab0952fdf9861078f8b55aa10b118a
--- /dev/null
+++ b/appengine/findit_mock/model/failure_analysis.py
@@ -0,0 +1,6 @@
+from google.appengine.ext import ndb
+
+from gae_libs.model import versioned_model
+
+class FailureAnalysis(versioned_model.VersionedModel):
+ failure_id = ndb.StringProperty(indexed=False)

Powered by Google App Engine
This is Rietveld 408576698