##// END OF EJS Templates
Move Style and related stuff to a separate module astyle.py....
Move Style and related stuff to a separate module astyle.py. Add classes for wrapping output streams.

File last commit:

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