diff options
Diffstat (limited to 'py/test/Ice/inheritance/Client.py')
-rwxr-xr-x | py/test/Ice/inheritance/Client.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/py/test/Ice/inheritance/Client.py b/py/test/Ice/inheritance/Client.py index 1c68ab740a9..2ea77ac8141 100755 --- a/py/test/Ice/inheritance/Client.py +++ b/py/test/Ice/inheritance/Client.py @@ -10,13 +10,6 @@ import os, sys, traceback -for toplevel in [".", "..", "../..", "../../..", "../../../.."]: - toplevel = os.path.normpath(toplevel) - if os.path.exists(os.path.join(toplevel, "python", "Ice.py")): - break -else: - raise "can't find toplevel directory!" - import Ice Ice.loadSlice('Test.ice') import AllTests |