diff options
Diffstat (limited to 'demoscript/Ice/value.py')
-rw-r--r--[-rwxr-xr-x] | demoscript/Ice/value.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demoscript/Ice/value.py b/demoscript/Ice/value.py index 7db2275e7ee..9c7c50d0d54 100755..100644 --- a/demoscript/Ice/value.py +++ b/demoscript/Ice/value.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 run(client, server, ruby = False): print "testing...", |