diff options
Diffstat (limited to 'cpp/demo/IceBox/hello/expect.py')
-rwxr-xr-x | cpp/demo/IceBox/hello/expect.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/expect.py b/cpp/demo/IceBox/hello/expect.py index 2c0f7ce07cf..8b740d1d553 100755 --- a/cpp/demo/IceBox/hello/expect.py +++ b/cpp/demo/IceBox/hello/expect.py @@ -8,7 +8,7 @@ # # ********************************************************************** -import pexpect, sys, os +import sys, os try: import demoscript @@ -23,6 +23,7 @@ except ImportError: import demoscript import demoscript.Util +demoscript.Util.defaultLanguage = "C++" import demoscript.IceBox.hello if demoscript.Util.defaultHost: |