diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-28 18:26:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-28 18:26:40 +0000 |
commit | 353bb729279ebc13f0995031e0a3123882b041c4 (patch) | |
tree | 2bf0dd85ba149c91e06ea90c27fc7a1301b04d69 /cppe/config/TestUtil.py | |
parent | Added blocking to concurrency model section (diff) | |
download | ice-353bb729279ebc13f0995031e0a3123882b041c4.tar.bz2 ice-353bb729279ebc13f0995031e0a3123882b041c4.tar.xz ice-353bb729279ebc13f0995031e0a3123882b041c4.zip |
Back out unintended commit
Diffstat (limited to 'cppe/config/TestUtil.py')
-rw-r--r-- | cppe/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/config/TestUtil.py b/cppe/config/TestUtil.py index d02c2a451e8..85b1a5411c6 100644 --- a/cppe/config/TestUtil.py +++ b/cppe/config/TestUtil.py @@ -13,8 +13,8 @@ # blocking mode. # -#blocking = 0 -blocking = 1 +blocking = 0 +#blocking = 1 # # If you don't set "host" below, then the IceE library will try to find |