##// END OF EJS Templates
Don't rely on `get_ipython` in builtins in library code
Don't rely on `get_ipython` in builtins in library code

File last commit:

r8121:66727cb1
r10580:9656bf9c
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]