mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
give prequeue a reason to exist
This commit is contained in:
parent
8d2df72cb8
commit
44571dc236
@ -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 os
|
||||||
import sys
|
import sys
|
||||||
import preprocessor
|
import preprocessor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user