mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-15 01:07:17 +00:00
Generalize pipeio by subscribing to all keys in pipe_io_main
This commit is contained in:
parent
31d8161379
commit
fe49e61f82
@ -7,10 +7,10 @@ from tfw.components import PipeIOEventHandler
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
ide_pipeio = PipeIOEventHandler(
|
pipe_io = PipeIOEventHandler(
|
||||||
'ide',
|
'',
|
||||||
'/tmp/ide_send',
|
'/tmp/tfw_send',
|
||||||
'/tmp/ide_recv'
|
'/tmp/tfw_recv'
|
||||||
)
|
)
|
||||||
|
|
||||||
event_handlers = EventHandlerBase.get_local_instances()
|
event_handlers = EventHandlerBase.get_local_instances()
|
||||||
|
Loading…
Reference in New Issue
Block a user