ソースを参照

wsgi: Fix setup script.

INADA Naoki 12 年 前
コミット
0c8657413f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      wsgi/setup.py

+ 1 - 0
wsgi/setup.py

@@ -10,6 +10,7 @@ proc = None
 
 
 
 
 def start(args):
 def start(args):
+    global proc
     proc = subprocess.Popen([
     proc = subprocess.Popen([
         bin_dir + "/gunicorn",
         bin_dir + "/gunicorn",
         "hello:app",
         "hello:app",