mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
truly fixed #726
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# coding = utf-8
|
||||
|
||||
from __future__ import print_function
|
||||
from constants import tasks, LOGFILE
|
||||
from spooler_priority_constants import tasks, LOGFILE
|
||||
from os import remove
|
||||
import uwsgi
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ import os
|
||||
import fcntl
|
||||
from shutil import rmtree
|
||||
import time
|
||||
from signal import *
|
||||
import spooler_priority_constants
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user