diff options
Diffstat (limited to 'demoscript/Ice/callback.py')
-rw-r--r--[-rwxr-xr-x] | demoscript/Ice/callback.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demoscript/Ice/callback.py b/demoscript/Ice/callback.py index 59facf278e9..2a37edbaa6c 100755..100644 --- a/demoscript/Ice/callback.py +++ b/demoscript/Ice/callback.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. @@ -10,6 +10,7 @@ import sys from demoscript import * +from scripts import Expect def runtests(client, server, secure): print "testing twoway", |