1 Force use of Python 2 even when Python 3 is the default Python interpreter.
3 Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
5 --- ./gtest/scripts/fuse_gtest_files.py.orig 2013-09-18 14:48:30.000000000 -0300
6 +++ ./gtest/scripts/fuse_gtest_files.py 2015-07-22 15:42:53.291591205 -0300
9 +#!/usr/bin/env python2
11 # Copyright 2009, Google Inc.
12 # All rights reserved.
13 --- ./scripts/generator/gmock_gen.py.orig 2013-09-18 14:50:15.000000000 -0300
14 +++ ./scripts/generator/gmock_gen.py 2015-07-22 17:06:51.071815634 -0300
16 -#!/usr/bin/env python
17 +#!/usr/bin/env python2
19 # Copyright 2008 Google Inc. All Rights Reserved.