##// END OF EJS Templates
fix AsyncResult.get_dict for single result...
fix AsyncResult.get_dict for single result avoids issue with LoadBalancedView, client[0], etc. Also cleanup the multiple-key test while I'm there, because it was gross. closes #3646

File last commit:

r8121:66727cb1
r11363:fae28de4
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]