mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 21:37: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__':
|
||||
ide_pipeio = PipeIOEventHandler(
|
||||
'ide',
|
||||
'/tmp/ide_send',
|
||||
'/tmp/ide_recv'
|
||||
pipe_io = PipeIOEventHandler(
|
||||
'',
|
||||
'/tmp/tfw_send',
|
||||
'/tmp/tfw_recv'
|
||||
)
|
||||
|
||||
event_handlers = EventHandlerBase.get_local_instances()
|
||||
|
Loading…
Reference in New Issue
Block a user