##// END OF EJS Templates
move imports to %pylab description...
move imports to %pylab description from no-import-all description, which gets re-wrapped by argparse.

File last commit:

r8121:66727cb1
r11544:83f0c1d5
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:]