Salome HOME
Copyright update 2022
[modules/homard.git] / src / tests / Test / test_util.py
index fe361ddfd33977fb0cd2ded7b281c31fff581754..83c2b87f837316736523fe60245800f72d048d1d 100755 (executable)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2011-2017  CEA/DEN, EDF R&D
+# Copyright (C) 2011-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 # 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.