##// END OF EJS Templates
Move display core functions into a separate file...
Move display core functions into a separate file Signed-off-by: martinRenou <martin.renou@gmail.com>

File last commit:

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