give prequeue a reason to exist
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# coding: utf-8
|
||||
|
||||
# Starting a new python process to preprocess each source file
|
||||
# creates too much overhead. Instead, a list of files to preprocess
|
||||
# is fed into a script run from a single process.
|
||||
|
||||
import os
|
||||
import sys
|
||||
import preprocessor
|
||||
|
Reference in New Issue
Block a user