##// END OF EJS Templates
Merge pull request #7120 from Carreau/fix-widget-load...
Merge pull request #7120 from Carreau/fix-widget-load lazy load widgets

File last commit:

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