##// END OF EJS Templates
release 8.22.0
release 8.22.0

File last commit:

r27843:667f3cbe
r28668:5332c14f
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
Fernando Perez
Checkpoint with more tests working....
r1420 x = 1
Matthias Bussonnier
Run black on all files that would lead to 3 lines changes or less
r27843 print("x is:", x)