##// END OF EJS Templates
Backport PR #6634: don't use contains in SelectWidget item_query...
Backport PR #6634: don't use contains in SelectWidget item_query gives false positive matches when some values are substrings of others closes #6633

File last commit:

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