diff --git a/tests/test-convert-clonebranches.t b/tests/test-convert-clonebranches.t --- a/tests/test-convert-clonebranches.t +++ b/tests/test-convert-clonebranches.t @@ -31,7 +31,9 @@ Add a merge with one parent in the same Miss perl... sometimes $ cat > filter.py < 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)])