##// END OF EJS Templates
Handle bad __all__ for module completions...
Handle bad __all__ for module completions Closes gh-9678

File last commit:

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