mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
docstring for prequeue.py
This commit is contained in:
parent
a6237d6825
commit
63c2dc2f1f
@ -1,8 +1,9 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
"""
|
||||||
# Starting a new python process to preprocess each source file
|
Starting a new python process to preprocess each source file creates too much
|
||||||
# creates too much overhead. Instead, a list of files to preprocess
|
overhead. Instead, a list of files to preprocess is fed into a script run from
|
||||||
# is fed into a script run from a single process.
|
a single process.
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user