##// END OF EJS Templates
time magic: fix unittests...
time magic: fix unittests time is now reported as '0 ns' and not '0.00 s' Signed-off-by: Jan Schulz <jasc@gmx.net>

File last commit:

r8121:66727cb1
r9430:f2bf99f4
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:]