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 |
|
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