##// END OF EJS Templates
Fix imports for plain terminal ipython and use a proper warn() call.
Fix imports for plain terminal ipython and use a proper warn() call.

File last commit:

r8121:66727cb1
r11020:3bf3158c
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
Takafumi Arakaki
Add tests for %run option parser
r8121 import sys
print sys.argv[1:]