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

tests: update test-notify to pass our import checker

parent 06a74054
No related branches found
No related tags found
No related merge requests found
$ cat > $TESTTMP/filter.py <<EOF
> from __future__ import print_function
> import sys, re
> from __future__ import absolute_import, print_function
> import re
> import sys
> print(re.sub("\n[ \t]", " ", sys.stdin.read()), end="")
> EOF
......
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