Salome HOME
updated copyright message
[plugins/blsurfplugin.git] / doc / salome / examples / testme.py
index c7aa995c15771a14f70064621918a26f9770de97..3a8079106ea87771bfa9b68866d3a25c8e12e0c9 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -23,8 +23,8 @@ import unittest, sys, os
 
 class SalomeSession(object):
     def __init__(self, script):
-        import runSalome
-        run_script = "runSalome.py"
+        import runSalomeOld as runSalome
+        run_script = "runSalomeOld.py"
         if sys.platform == 'win32':
             module_dir = os.getenv("KERNEL_ROOT_DIR")
             if module_dir: run_script = os.path.join(module_dir, "bin", "salome", run_script)