##// 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
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])