Mac not support screen
authorOrakaro <nhatminh_179@hotmail.com>
Fri, 30 May 2014 14:15:12 +0000 (23:15 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Fri, 30 May 2014 14:15:12 +0000 (23:15 +0900)
rainbowstream/rainbow.py
setup.py

index 390111188f8a77fd5be7e420e3cb45ac5a2391ed..1e50a0c2e9c87f9dbb8ee78f9038849decff4ce9 100644 (file)
@@ -505,9 +505,3 @@ def fly():
     g['stream_pid'] = p.pid
     listen()
 
-
-def multiplexer():
-    """
-    Multiplexer
-    """
-    os.system('screen -S rainbow fly')    
index 7755cdda8380f26206620da1221b90cfb6466a01..bf81013802c1d39bcd010bf25848dd642cc47e9b 100644 (file)
--- 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
       """,
       )