summaryrefslogtreecommitdiff
path: root/py/test/Ice/slicing/exceptions/Server.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-06-17 12:56:34 +0800
committerMatthew Newhook <matthew@zeroc.com>2008-06-17 12:56:34 +0800
commit4e40e22bfb7f2e8dce8859ab2104b91882b55f61 (patch)
treefefeb0fe8664378544f956db5acc59dc72a6707a /py/test/Ice/slicing/exceptions/Server.py
parentremove double build in the interceptor test. (diff)
downloadice-4e40e22bfb7f2e8dce8859ab2104b91882b55f61.tar.bz2
ice-4e40e22bfb7f2e8dce8859ab2104b91882b55f61.tar.xz
ice-4e40e22bfb7f2e8dce8859ab2104b91882b55f61.zip
http://bugzilla/bugzilla/show_bug.cgi?id=3265
- Simplified the python implementation of Ice.getSliceDir - Added ruby implementation of Ice.getSliceDir - Adjusted demos & tests to use Ice.getSliceDir appropriately.
Diffstat (limited to 'py/test/Ice/slicing/exceptions/Server.py')
-rwxr-xr-xpy/test/Ice/slicing/exceptions/Server.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/py/test/Ice/slicing/exceptions/Server.py b/py/test/Ice/slicing/exceptions/Server.py
index 9e4e6ccc796..97623902213 100755
--- a/py/test/Ice/slicing/exceptions/Server.py
+++ b/py/test/Ice/slicing/exceptions/Server.py
@@ -9,14 +9,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('-I. --all ServerPrivate.ice')
import Test