summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/update_release_branch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/update_release_branch.py b/util/update_release_branch.py
index 56d895dd2d..75163db877 100755
--- a/util/update_release_branch.py
+++ b/util/update_release_branch.py
@@ -11,6 +11,7 @@ http://go/cros-fingerprint-firmware-branching-and-signing and now used by other
boards.
"""
from __future__ import print_function
+
import argparse
import os
import re
@@ -18,6 +19,7 @@ import subprocess
import sys
import textwrap
+
BUG_NONE_PATTERN = re.compile('none', flags=re.IGNORECASE)