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

PEERDIR(
    contrib/python/ipython
)

PY_MAIN(IPython:start_ipython)

END()