From b535c699af8cb0dada006470fe9cb4cb749585ff Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Wed, 17 May 2017 15:02:14 -0700 Subject: ICE-7442 - reorganizing Python installation --- python/test/Slice/structure/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test/Slice/structure/Client.py') diff --git a/python/test/Slice/structure/Client.py b/python/test/Slice/structure/Client.py index 2a9e23246db..19fb2c8a98e 100755 --- a/python/test/Slice/structure/Client.py +++ b/python/test/Slice/structure/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!") -- cgit v1.2.3