summaryrefslogtreecommitdiff
path: root/py/test/Ice/custom/Server.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-02-20 14:55:03 +0100
committerBenoit Foucher <benoit@zeroc.com>2008-02-20 14:55:03 +0100
commitef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a (patch)
tree7821abf012f88616a3d718f9e60f2adedc5c7d5c /py/test/Ice/custom/Server.py
parentFixed errors indtoduced with adding getPropertyAsList (diff)
downloadice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.tar.bz2
ice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.tar.xz
ice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.zip
Fixes to allow building/running tests against binary distribution
Diffstat (limited to 'py/test/Ice/custom/Server.py')
-rw-r--r--py/test/Ice/custom/Server.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/test/Ice/custom/Server.py b/py/test/Ice/custom/Server.py
index 6b15244fe5b..8a2f638971e 100644
--- a/py/test/Ice/custom/Server.py
+++ b/py/test/Ice/custom/Server.py
@@ -17,9 +17,6 @@ for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
else:
raise "can't find toplevel directory!"
-sys.path.insert(0, os.path.join(toplevel, "python"))
-sys.path.insert(0, os.path.join(toplevel, "lib"))
-
import Ice
Ice.loadSlice('Test.ice')
import Test