Generalize pipeio by subscribing to all keys in pipe_io_main

This commit is contained in:
Kristóf Tóth 2019-05-05 21:29:39 +02:00
parent 31d8161379
commit fe49e61f82
1 changed files with 4 additions and 4 deletions

View File

@ -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()