##// END OF EJS Templates
upgrade_dir for upgrading to newer config files...
upgrade_dir for upgrading to newer config files (more cautious than current upgrade feature)

File last commit:

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