ref: 63c2dc2f1ffb3ec93f8fb6b97b0b909c36ecc0bf
parent: a6237d68257dd3bb963850c205d0ca4a1c46f88a
author: Bryan Bishop <[email protected]>
date: Sat Aug 31 06:03:37 EDT 2013
docstring for prequeue.py
--- a/prequeue.py
+++ b/prequeue.py
@@ -1,8 +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.
+"""
+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