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

Unified Diff: trychange.py

Issue 465128: Add breakpad support to git-try and trychange.py (Closed)
Patch Set: Created 11 years 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
« no previous file with comments | « git-try ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index 0105fd1a5d2f830fd7a67afd762e8dfc39bb661d..51f176a672de9bd4daaa35356323298a4111eb96 100755
--- a/trychange.py
+++ b/trychange.py
@@ -7,7 +7,6 @@ the try server by either writting to a svn repository or by directly connecting
to the server by HTTP.
"""
-
import datetime
import getpass
import logging
@@ -20,6 +19,8 @@ import sys
import tempfile
import urllib
+import breakpad
+
import gcl
import scm
import presubmit_support
« no previous file with comments | « git-try ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698