##// 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:

r506:20e0542a
r1821:143999f5
Show More
testupload
6 lines | 184 B | text/plain | TextLexer
#!/bin/sh
# clean public testing/ dir and upload
#ssh "rm -f ipython@ipython.scipy.org:www/dist/testing/*"
cd ~/ipython/ipython/dist
scp * ipython@ipython.scipy.org:www/dist/testing/