author | Alberto Bertogli
<albertito@gmail.com> 2007-01-31 16:35:15 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-01-31 16:35:15 UTC |
parent | be292e4bf7b29fcbffc9123f4bd60ad7f1111ce1 |
adatasks.py | +1 | -1 |
contract.py | +1 | -1 |
dataflow.py | +1 | -1 |
lazy.py | +1 | -1 |
diff --git a/adatasks.py b/adatasks.py index 99fbea9..461c2d9 100644 --- a/adatasks.py +++ b/adatasks.py @@ -1,7 +1,7 @@ """ adatasks - An ada-alike tasks implementation for Python -Alberto Bertogli (albertogli@telpin.com.ar) +Alberto Bertogli (albertito@gmail.com) 3/Jul/2005 """ diff --git a/contract.py b/contract.py index afa20a0..ba1a803 100644 --- a/contract.py +++ b/contract.py @@ -2,7 +2,7 @@ """ Design by contract decorators for Python -Alberto Bertogli (albertogli@telpin.com.ar) +Alberto Bertogli (albertito@gmail.com) 8/Jul/2005 ------------------------------------------- diff --git a/dataflow.py b/dataflow.py index ac09d40..211c615 100644 --- a/dataflow.py +++ b/dataflow.py @@ -1,7 +1,7 @@ """ dataflow - Objects with dataflow semantics -Alberto Bertogli (albertogli@telpin.com.ar) +Alberto Bertogli (albertito@gmail.com) """ import thread diff --git a/lazy.py b/lazy.py index 3679980..f49ea31 100644 --- a/lazy.py +++ b/lazy.py @@ -1,7 +1,7 @@ """ lazy - Decorators and utilities for lazy evaluation in Python -Alberto Bertogli (albertogli@telpin.com.ar) +Alberto Bertogli (albertito@gmail.com) """ class _LazyWrapper: