Browse Source

wsgi: Fix setup script.

INADA Naoki 12 years ago
parent
commit
0c8657413f
1 changed files with 1 additions and 0 deletions
  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",