Skip to content
Snippets Groups Projects
Commit 794f7bb7 authored by durin42's avatar durin42
Browse files

tests: update test-convert-clonebranches to pass our import checker

parent 335d45e7
No related branches found
No related tags found
No related merge requests found
......@@ -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)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment