##// END OF EJS Templates
Merge pull request #10130 from takluyver/with-metaclass-py3...
Merge pull request #10130 from takluyver/with-metaclass-py3 Remove uses of with_metaclass compatibility hack

File last commit:

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