##// END OF EJS Templates
Removed alignment tutorial,...
Removed alignment tutorial, Code will be moved into styleing tutorial

File last commit:

r13348:e6afea51
r17487:4c09859e
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])