##// END OF EJS Templates
Fix wx deprecation warning
Fix wx deprecation warning

File last commit:

r181:54d3ddad
r549:1d3da0d2
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'