changeset 33952 | 794f7bb739be |
parent 32940 | 75be14993fda |
child 39707 | 5abc47d4ca6b |
--- a/tests/test-convert-clonebranches.t Tue Aug 22 15:50:01 2017 -0400 +++ b/tests/test-convert-clonebranches.t Tue Aug 22 15:50:27 2017 -0400 @@ -31,7 +31,9 @@ Miss perl... sometimes $ cat > filter.py <<EOF - > import sys, re + > from __future__ import absolute_import + > import re + > import sys > > r = re.compile(r'^(?:\d+|pulling from)') > sys.stdout.writelines([l for l in sys.stdin if r.search(l)])