diff options
author | Jose <jose@zeroc.com> | 2009-12-16 20:49:59 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-12-16 20:49:59 +0100 |
commit | 92eafa80226d07aea4627c6ab3a3b7a85606ad54 (patch) | |
tree | 86283c696c87c10101b635d28af1af9704e8b324 /cpp/test/Slice/errorDetection/run.py | |
parent | updating RPM spec file (diff) | |
download | ice-92eafa80226d07aea4627c6ab3a3b7a85606ad54.tar.bz2 ice-92eafa80226d07aea4627c6ab3a3b7a85606ad54.tar.xz ice-92eafa80226d07aea4627c6ab3a3b7a85606ad54.zip |
errorDetection/run.py doesn't need to import subproccess module.
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index e6adbb3afa0..f53c6c83638 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -8,7 +8,7 @@ # # ********************************************************************** -import os, sys, re, subprocess +import os, sys, re path = [ ".", "..", "../..", "../../..", "../../../.." ] head = os.path.dirname(sys.argv[0]) |