aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/bin/ya.make
blob: a6dd632a55eaa227ae4b9f38894a4176ebf7c0f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PROGRAM(ipython) 

OWNER(g:python-contrib borman nslus) 

PEERDIR( 
    contrib/python/ipython
)

PY_MAIN(IPython:start_ipython) 

END()