summaryrefslogtreecommitdiff
path: root/python/test/Slice/macros
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Slice/macros')
-rwxr-xr-xpython/test/Slice/macros/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/macros/Client.py b/python/test/Slice/macros/Client.py
index ae60009a31b..5fa054dde5a 100755
--- a/python/test/Slice/macros/Client.py
+++ b/python/test/Slice/macros/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!")