##// END OF EJS Templates
MAINT: Remove unncessary try/catch around import_item....
MAINT: Remove unncessary try/catch around import_item. This was a relic of an earlier implementation that wasn't using `import_item` directly.

File last commit:

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