From f15c7003782c0dffe4325f5277c3a4ab609fa5bf Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Tue, 18 Feb 2014 13:51:46 +0000 Subject: [PATCH] Fix merge-to-branch imports. BUG= TBR=ulan@chromium.org Review URL: https://codereview.chromium.org/170513002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19448 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/push-to-trunk/merge_to_branch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/push-to-trunk/merge_to_branch.py b/tools/push-to-trunk/merge_to_branch.py index c4450fe..399b33c 100755 --- a/tools/push-to-trunk/merge_to_branch.py +++ b/tools/push-to-trunk/merge_to_branch.py @@ -27,6 +27,8 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. from collections import OrderedDict +import optparse +import sys from common_includes import * -- 2.7.4