diff options
Diffstat (limited to 'demoscript/Ice/invoke.py')
-rw-r--r--[-rwxr-xr-x] | demoscript/Ice/invoke.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/demoscript/Ice/invoke.py b/demoscript/Ice/invoke.py index be7ad5424ed..0953b53ae27 100755..100644 --- a/demoscript/Ice/invoke.py +++ b/demoscript/Ice/invoke.py @@ -1,15 +1,16 @@ #!/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. # # ********************************************************************** -import sys, demoscript +import sys from demoscript import * +from scripts import Expect def run(client, server): print "testing...", |