From: W. Trevor King Date: Wed, 20 Oct 2010 11:41:48 +0000 (-0400) Subject: Add link to Python wiki's parallel processing page. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=84f80a3ee4d4bfb3177f9e17ce0c8e0e26e69410;hp=aa7458bfc4d1007def966baa0108994bc51184fc Add link to Python wiki's parallel processing page. --- diff --git a/pysawsim/manager/__init__.py b/pysawsim/manager/__init__.py index 5cc1d6e..0e01ac6 100644 --- a/pysawsim/manager/__init__.py +++ b/pysawsim/manager/__init__.py @@ -18,6 +18,10 @@ # Philadelphia PA 19104, USA. """Functions for running external commands on other hosts. + +See the Python wiki_ for a list of parallel processing modules. + +.. _wiki: http://wiki.python.org/moin/ParallelProcessing """ from .. import invoke as invoke