From 84f80a3ee4d4bfb3177f9e17ce0c8e0e26e69410 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 20 Oct 2010 07:41:48 -0400 Subject: [PATCH] Add link to Python wiki's parallel processing page. --- pysawsim/manager/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.26.2