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

Unified Diff: commit_queue.py

Issue 135363003: Revert "Added support for private projects." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | projects.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: commit_queue.py
diff --git a/commit_queue.py b/commit_queue.py
index 17a95efcb4cc667c5108303e1cd130803a557486..fce6c33ff404223d3ed50917317c4c35993a7ba3 100755
--- a/commit_queue.py
+++ b/commit_queue.py
@@ -128,7 +128,7 @@ def SetupLogging(options):
class SignalInterrupt(Exception):
"""Exception that indicates being interrupted by a caught signal."""
-
+
def __init__(self, signal_set=None, *args, **kwargs):
super(SignalInterrupt, self).__init__(*args, **kwargs)
self.signal_set = signal_set
« no previous file with comments | « no previous file | projects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698