truly fixed #726

This commit is contained in:
Unbit
2014-09-23 12:14:23 +02:00
parent 1b3a0363e0
commit 794ae0018d
2 changed files with 2 additions and 1 deletions
@@ -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