diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-05-17 15:02:14 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-05-17 15:02:14 -0700 |
commit | b535c699af8cb0dada006470fe9cb4cb749585ff (patch) | |
tree | 57c612fee30483697cfac8873b7da319f9a94891 /python/test/Slice/import/Client.py | |
parent | Fixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatch (diff) | |
download | ice-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-x | python/test/Slice/import/Client.py | 2 |
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!") |