X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2Fconfig%2Foption_value.py;h=678d3f0b53e5b3fb3c6fa150bc1a2cdf53f962f6;hb=14b16c85ddf883c9a8e0837d785d97b931312ce0;hp=b6b80556cd76097f17a32733b8d08abbe617daa1;hpb=0917d86acde72055f25aed5cee20faa69654e76a;p=tools%2Fsat.git diff --git a/test/config/option_value.py b/test/config/option_value.py index b6b8055..678d3f0 100644 --- a/test/config/option_value.py +++ b/test/config/option_value.py @@ -20,7 +20,6 @@ import unittest import os import sys import platform -import shutil # get execution path testdir = os.path.dirname(os.path.realpath(__file__)) @@ -28,7 +27,6 @@ sys.path.append(os.path.join(testdir, '..', '..')) sys.path.append(os.path.join(testdir, '..', '_testTools')) from salomeTools import Sat -import src from tools import outRedirection import HTMLTestRunner