diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-02-20 14:55:03 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-02-20 14:55:03 +0100 |
commit | ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a (patch) | |
tree | 7821abf012f88616a3d718f9e60f2adedc5c7d5c /py/test/Ice/slicing/objects/Client.py | |
parent | Fixed errors indtoduced with adding getPropertyAsList (diff) | |
download | ice-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/slicing/objects/Client.py')
-rw-r--r-- | py/test/Ice/slicing/objects/Client.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/test/Ice/slicing/objects/Client.py b/py/test/Ice/slicing/objects/Client.py index 4ab94bba819..01c3a6979e7 100644 --- a/py/test/Ice/slicing/objects/Client.py +++ b/py/test/Ice/slicing/objects/Client.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, AllTests def run(args, communicator): |