diff options
Diffstat (limited to 'py/test/Ice/exceptions/Client.py')
-rwxr-xr-x | py/test/Ice/exceptions/Client.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/py/test/Ice/exceptions/Client.py b/py/test/Ice/exceptions/Client.py index af419d19e1d..775d7a06658 100755 --- a/py/test/Ice/exceptions/Client.py +++ b/py/test/Ice/exceptions/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 |