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

Side by Side Diff: appengine/predator/analysis/crash_analyzer.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 unified diff | Download patch
OLDNEW
(Empty)
1 from libs.http import retry_http_client
2 from libs.gitiles import git
3
4 def Analyze(*_, **__):
5 http_client = retry_http_client.RetryHttpClient()
6 git_client = git.Git(http_client)
7 git_client.GetChangeLog()
8 return 0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698