##// END OF EJS Templates
tests: update test-notify to pass our import checker
Augie Fackler -
r33971:cefad71d default
parent child Browse files
Show More
@@ -1,6 +1,7 b''
1 $ cat > $TESTTMP/filter.py <<EOF
1 $ cat > $TESTTMP/filter.py <<EOF
2 > from __future__ import print_function
2 > from __future__ import absolute_import, print_function
3 > import sys, re
3 > import re
4 > import sys
4 > print(re.sub("\n[ \t]", " ", sys.stdin.read()), end="")
5 > print(re.sub("\n[ \t]", " ", sys.stdin.read()), end="")
5 > EOF
6 > EOF
6
7
General Comments 0
You need to be logged in to leave comments. Login now