diff options
author | maheshgudi | 2018-07-24 19:38:44 +0530 |
---|---|---|
committer | maheshgudi | 2018-07-25 19:44:46 +0530 |
commit | 8f19ff4198a8c290cc6349ba24676eef16b3faab (patch) | |
tree | 3d645fbd6f283c91f126aaf983c0903eccac7400 /setup.py | |
parent | 239ed05355e46448e3232d3a026e525f821a7841 (diff) | |
download | online_test-8f19ff4198a8c290cc6349ba24676eef16b3faab.tar.gz online_test-8f19ff4198a8c290cc6349ba24676eef16b3faab.tar.bz2 online_test-8f19ff4198a8c290cc6349ba24676eef16b3faab.zip |
Remove yaksh cli
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ setup( license='BSD License', entry_points={ 'console_scripts': [ - 'yaksh = yaksh.scripts.cli:main', + 'yaksh = yaksh.code_server:main', ], }, description='A django app to conduct online programming tests.', |