##// END OF EJS Templates
Corrected behaviour of raw_input under windows. Recursive wx.yield is ...
Corrected behaviour of raw_input under windows. Recursive wx.yield is not that supported... So removed it and do simple modal call in non threaded mode.

File last commit:

r1261:a818e11a merge
r1821:143999f5
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