summaryrefslogtreecommitdiff
path: root/python/test/Slice/import/Client.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-05-17 15:02:14 -0700
committerMark Spruiell <mes@zeroc.com>2017-05-17 15:02:14 -0700
commitb535c699af8cb0dada006470fe9cb4cb749585ff (patch)
tree57c612fee30483697cfac8873b7da319f9a94891 /python/test/Slice/import/Client.py
parentFixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatch (diff)
downloadice-b535c699af8cb0dada006470fe9cb4cb749585ff.tar.bz2
ice-b535c699af8cb0dada006470fe9cb4cb749585ff.tar.xz
ice-b535c699af8cb0dada006470fe9cb4cb749585ff.zip
ICE-7442 - reorganizing Python installation
Diffstat (limited to 'python/test/Slice/import/Client.py')
-rwxr-xr-xpython/test/Slice/import/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/import/Client.py b/python/test/Slice/import/Client.py
index 94a35d45582..c27f67795ac 100755
--- a/python/test/Slice/import/Client.py
+++ b/python/test/Slice/import/Client.py
@@ -12,7 +12,7 @@ import os, sys, traceback
for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
toplevel = os.path.normpath(toplevel)
- if os.path.exists(os.path.join(toplevel, "python", "Ice.py")):
+ if os.path.exists(os.path.join(toplevel, "python", "Ice", "__init__.py")):
break
else:
raise RuntimeError("can't find toplevel directory!")