Index: tools/push-to-trunk/common_includes.py |
diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py |
index 44a6691741d9156592a1962e9d6e6ca0a18ef184..aaa25cfa79389e68a8563b62fa873c804e03b211 100644 |
--- a/tools/push-to-trunk/common_includes.py |
+++ b/tools/push-to-trunk/common_includes.py |
@@ -39,6 +39,7 @@ import time |
import urllib2 |
from git_recipes import GitRecipesMixin |
+from git_recipes import GitFailedException |
PERSISTFILE_BASENAME = "PERSISTFILE_BASENAME" |
TEMP_BRANCH = "TEMP_BRANCH" |
@@ -216,10 +217,6 @@ class NoRetryException(Exception): |
pass |
-class GitFailedException(Exception): |
- pass |
- |
- |
class Step(GitRecipesMixin): |
def __init__(self, text, requires, number, config, state, options, handler): |
self._text = text |