##// END OF EJS Templates
apps
apps

File last commit:

r234:c0228f53
r234:c0228f53
Show More
ipy_apps.py
7 lines | 114 B | text/x-python | PythonLexer
import IPython.ipapi
ip = IPython.ipapi.get()
def main():
ip.magic('rehashdir c:/opt/kdiff3')
main()