##// END OF EJS Templates
Missed a few uses of prompt manager in doctest code
Missed a few uses of prompt manager in doctest code

File last commit:

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