summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-02-15 09:36:12 +0100
committerJose <jose@zeroc.com>2017-02-15 09:36:12 +0100
commitcc03d275e09ed3092efa114429ac068eef352f22 (patch)
tree276a86cd682c438c3c03a0cb16723e4385cd8ffa /scripts/Util.py
parentFixed (ICE-6463) - Cache the IceSSL connection information (diff)
downloadice-cc03d275e09ed3092efa114429ac068eef352f22.tar.bz2
ice-cc03d275e09ed3092efa114429ac068eef352f22.tar.xz
ice-cc03d275e09ed3092efa114429ac068eef352f22.zip
UWP Cache IceSSL connection info
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index baa79c41351..d21c92aa3b8 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -1741,7 +1741,7 @@ class RemoteProcessController(ProcessController):
try:
result = self.proxy.waitSuccess(timeout)
except:
- raise Except.TIMEOUT("waitSuccess timeout")
+ raise Expect.TIMEOUT("waitSuccess timeout")
if exitstatus != result:
raise RuntimeError("unexpected exit status: expected: %d, got %d\n" % (exitstatus, result))