##// END OF EJS Templates
Merge branch csp into 3.x...
Merge branch csp into 3.x Add APIHandler

File last commit:

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