docstring for prequeue.py

This commit is contained in:
Bryan Bishop 2013-08-31 10:03:37 -05:00
parent a6237d6825
commit 63c2dc2f1f

View File

@ -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