##// END OF EJS Templates
added filter warnings for older versions of python (<3.7)...
added filter warnings for older versions of python (<3.7) This is a "squash" of three commits into one. This means that the intermediate history has been rewritten.

File last commit:

r22963:2961b531
r24699:8c11a03e
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])