##// END OF EJS Templates
Get Tracer working after ipapi.get replaced with get_ipython...
Get Tracer working after ipapi.get replaced with get_ipython Commit 790f731 replaced `ipapi.get` with a `get_ipython` function, that changed the API slightly, returning None when no InteractiveShell instance has been registered.

File last commit:

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