##// END OF EJS Templates
output_type should not be optional in new_output...
output_type should not be optional in new_output and fix bug that this would have revealed

File last commit:

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