##// END OF EJS Templates
Set default element to be styled in built-in views
Set default element to be styled in built-in views

File last commit:

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