Salome HOME
Pour passage des tests en scibian 10
[modules/homard.git] / src / tests / Test / test_util.py
index a55f62621f4d242f39a59b7a9f621730ed5681a7..a39f1332d8712d702315be122e87127428efffbe 100755 (executable)
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
-"""
-Python script for HOMARD
+"""Python script for HOMARD
+
 Utilitaires pour les tests
 """
-__revision__ = "V4.04"
+__revision__ = "V4.06"
 
 import os
 import tempfile
@@ -52,19 +52,6 @@ Copyright EDF 2018
 #
 #========================================================================
 #========================================================================
-def get_dir_tutorial(path_homard) :
-  """
-Get directory for the tutorial.
-Copyright EDF 2018
-  """
-#
-# RĂ©pertoire des donnĂ©es du tutorial
-  data_tutorial = os.path.join(path_homard, "share", "doc", "salome", "gui", "HOMARD", "fr", "_downloads")
-  data_tutorial = os.path.normpath(data_tutorial)
-#
-  return data_tutorial
-#========================================================================
-#========================================================================
 def remove_dir(directory) :
   """
 Empties, then removes a directory.