Salome HOME
Update the tests
[tools/sat.git] / test / config / option_value.py
index b6b80556cd76097f17a32733b8d08abbe617daa1..678d3f0b53e5b3fb3c6fa150bc1a2cdf53f962f6 100644 (file)
@@ -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