diff options
Diffstat (limited to 'py/test/Ice/exceptions/ServerAMD.py')
-rw-r--r-- | py/test/Ice/exceptions/ServerAMD.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/test/Ice/exceptions/ServerAMD.py b/py/test/Ice/exceptions/ServerAMD.py index 30b1bf2eadb..38580006f7a 100644 --- a/py/test/Ice/exceptions/ServerAMD.py +++ b/py/test/Ice/exceptions/ServerAMD.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('TestAMD.ice') import Test |