diff options
Diffstat (limited to 'demoscript/IceBox/hello.py')
-rwxr-xr-x | demoscript/IceBox/hello.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demoscript/IceBox/hello.py b/demoscript/IceBox/hello.py index 11cf23a206c..50a9eb08478 100755 --- a/demoscript/IceBox/hello.py +++ b/demoscript/IceBox/hello.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. @@ -9,7 +9,7 @@ # ********************************************************************** import sys, demoscript -import demoscript.Expect as Expect +from scripts import Expect def runtests(client, server, secure): print "testing twoway", |