##// END OF EJS Templates
Added tests for the new get_ipython_dir and get_security_dir ...
Added tests for the new get_ipython_dir and get_security_dir functions in genutils.py. Also added one for get_home_dir.

File last commit:

r1261:a818e11a merge
r1617:49915b40
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