From: Orakaro Date: Fri, 30 May 2014 14:15:12 +0000 (+0900) Subject: Mac not support screen X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=092ddf4dbd6d171936fa4e97e60ebb33bbd0ed2e;p=rainbowstream.git Mac not support screen --- 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 """, )