Move webide and terminado event handlers to lib/tfw/components

This commit is contained in:
Kristóf Tóth
2018-02-11 14:15:10 +01:00
parent 4fe9d58681
commit 1692b424b5
12 changed files with 11 additions and 18 deletions

View File

@ -1,3 +1,3 @@
[program:event_handler_main]
directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s
directory=%(ENV_TFW_APP_DIR)s
command=env python event_handler_main.py

View File

@ -1,4 +1,4 @@
[program:terminado]
directory=%(ENV_TFW_TERMINADO_DIR)s
command=env python server.py
command=env python terminado_mini_server.py
autostart=false