##// END OF EJS Templates
Merge pull request #3627 from juliantaylor/static-path...
Merge pull request #3627 from juliantaylor/static-path use DEFAULT_STATIC_FILES_PATH in a test instead of package dir allows post installation tests with split static data to succeed

File last commit:

r8121:66727cb1
r11345:ccdb3f55 merge
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:]