##// END OF EJS Templates
Add StreamProxy soft link io.stdout/err to sys.stdout/err...
Add StreamProxy soft link io.stdout/err to sys.stdout/err This allows io.stdout/err to be captured during tests

File last commit:

r1261:a818e11a merge
r3801:8d284ef9
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx