##// END OF EJS Templates
use Tuple, not nonexistent CTuple
use Tuple, not nonexistent CTuple

File last commit:

r13348:e6afea51
r15471:a5e8082e
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)