Salome HOME
RE-organization of directories, according to CEA request
[tools/sat.git] / test / config / option_copy.py
index 4e20f3a3844c129e0d1769ca77dc8877cf4e9177..4f709949ee764beca8f95c0e7ff83e67bfa60d85 100644 (file)
@@ -23,10 +23,10 @@ import shutil
 
 # get execution path
 testdir = os.path.dirname(os.path.realpath(__file__))
-sys.path.append(os.path.join(testdir, '..', '..', 'src'))
-sys.path.append(os.path.join(testdir, '..', '..', 'test', '_testTools'))
+sys.path.append(os.path.join(testdir, '..', '..'))
+sys.path.append(os.path.join(testdir, '..', '_testTools'))
 
-from salomeTools import salomeTools
+from salomeTools import Sat
 import HTMLTestRunner
 
 class TestConfig(unittest.TestCase):
@@ -44,7 +44,7 @@ class TestConfig(unittest.TestCase):
             os.remove(expected_file)
                
         # The command to test
-        sat = salomeTools('')
+        sat = Sat('')
         sat.config('appli-test -c')