##// END OF EJS Templates
Replaced getting cwd from os.getcwd() to pathlib.Path.cwd() in cd().
Replaced getting cwd from os.getcwd() to pathlib.Path.cwd() in cd().

File last commit:

r22963:2961b531
r27754:6e3d5b4f
Show More
simplevars.py
2 lines | 23 B | text/x-python | PythonLexer
x = 1
print('x is:',x)