summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-12-16 20:49:59 +0100
committerJose <jose@zeroc.com>2009-12-16 20:49:59 +0100
commit92eafa80226d07aea4627c6ab3a3b7a85606ad54 (patch)
tree86283c696c87c10101b635d28af1af9704e8b324 /cpp/test/Slice/errorDetection/run.py
parentupdating RPM spec file (diff)
downloadice-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-xcpp/test/Slice/errorDetection/run.py2
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])