Salome HOME
maj
authorGérald NICOLAS <gerald.nicolas@edf.fr>
Wed, 10 May 2023 13:42:20 +0000 (15:42 +0200)
committerGérald NICOLAS <gerald.nicolas@edf.fr>
Wed, 10 May 2023 13:42:20 +0000 (15:42 +0200)
src/PythonAddons/Test/TestmidSurface.py

index af9c13276adb2598ba24353512581d2d0331a778..6e78ac7e22f65afff119e2d72967e40ad1d0ba28 100755 (executable)
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
-"""Test de la création de surfaces médianes"""
 
-__revision__ = "V01.03"
+from ModelAPI import *
 
 import os
 
-from ModelAPI import *
-
 aSession = ModelAPI_Session.get()
 
 def getFilePath(fileName):
-    """Le fichier décrivant l'objet"""
     path = os.path.join(os.getenv("SHAPER_ROOT_DIR"), "bin", "salome", "macros", "midSurface")
     return os.path.join(path, fileName)