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