##// END OF EJS Templates
TST: Remove unneeded requirement on pywin32...
TST: Remove unneeded requirement on pywin32 The only routine that requires `pywin32` is `win32_clipboard_get` which is not tested.

File last commit:

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