projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7458b
)
Add link to Python wiki's parallel processing page.
author
W. Trevor King
<wking@drexel.edu>
Wed, 20 Oct 2010 11:41:48 +0000
(07:41 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 20 Oct 2010 11:41:48 +0000
(07:41 -0400)
pysawsim/manager/__init__.py
patch
|
blob
|
history
diff --git
a/pysawsim/manager/__init__.py
b/pysawsim/manager/__init__.py
index 5cc1d6e2161caa7d44353a575c2813ead6412d72..0e01ac6f3aa00dd4f951809bd9d835bc68649253 100644
(file)
--- 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