From 092ddf4dbd6d171936fa4e97e60ebb33bbd0ed2e Mon Sep 17 00:00:00 2001 From: Orakaro Date: Fri, 30 May 2014 23:15:12 +0900 Subject: [PATCH] Mac not support screen --- rainbowstream/rainbow.py | 6 ------ setup.py | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 3901111..1e50a0c 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -505,9 +505,3 @@ def fly(): g['stream_pid'] = p.pid listen() - -def multiplexer(): - """ - Multiplexer - """ - os.system('screen -S rainbow fly') diff --git a/setup.py b/setup.py index 7755cdd..bf81013 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ setup(name='rainbowstream', entry_points=""" # -*- Entry points: -*- [console_scripts] - fly=rainbowstream.rainbow:fly - rainbow=rainbowstream.rainbow:multiplexer + rainbow=rainbowstream.rainbow:fly """, ) -- 2.25.1