##// END OF EJS Templates
setup.cfg: Remove setuptools from install_requires...
setup.cfg: Remove setuptools from install_requires It is not a runtime dependency.

File last commit:

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