diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-08-04 19:18:45 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-08-04 19:18:45 -0230 |
commit | d9c568300c2aed6ab736026ea116b3f1a72fbe43 (patch) | |
tree | 27191ba2b0d1ef43256561da01462b98c7bd696d /demoscript/Ice/multicast.py | |
parent | Merge branch 'R3_3_branch' of ssh://cvs.zeroc.com/home/git/ice into R3_3_branch (diff) | |
download | ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.tar.bz2 ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.tar.xz ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.zip |
Numerous cleanups to the test suite and expect scripts.
Conflicts:
cpp/test/Glacier2/staticFiltering/run.py
Diffstat (limited to 'demoscript/Ice/multicast.py')
-rw-r--r--[-rwxr-xr-x] | demoscript/Ice/multicast.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demoscript/Ice/multicast.py b/demoscript/Ice/multicast.py index a1f0c3a04e3..9a189bf5c82 100755..100644 --- a/demoscript/Ice/multicast.py +++ b/demoscript/Ice/multicast.py @@ -10,6 +10,7 @@ import sys, signal from demoscript import * +from scripts import Expect def runClient(clientCmd, server1, server2): client = Util.spawn(clientCmd) |