git » pymisc » commit 2cb6e28

Add the regular header to pcmp.py.

author Alberto Bertogli
2007-01-31 16:35:24 UTC
committer Alberto Bertogli
2007-01-31 16:35:24 UTC
parent 5c7a4838896265a8507ae0d98ef0fb95f252fb5f

Add the regular header to pcmp.py.

pcmp.py +6 -4

diff --git a/pcmp.py b/pcmp.py
index 3c38c81..546ef2c 100644
--- a/pcmp.py
+++ b/pcmp.py
@@ -1,10 +1,12 @@
 
 """
-This module implements a parent-child message passing.
+pcmp - Parent-Child Message Passing
+Alberto Bertogli (albertito@gmail.com)
+------------------------------------------
 
-It has only one class that implements a bidirectional channel, which allows
-you to send and receive python objects (as long as they're pickable) between a
-parent and its child.
+This module has only one class that implements a bidirectional channel, which
+allows you to send and receive python objects (as long as they're pickable)
+between a parent and its child.
 
 You should instance it before you fork, and then call .child() or .parent()
 according to your status. Then you can begin sending and receiving objects