##// END OF EJS Templates
Merge pull request #5288 from minrk/start-idle...
Merge pull request #5288 from minrk/start-idle Correct initial state of kernel status indicator

File last commit:

r13348:e6afea51
r15740:68f2d002 merge
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])