Salome HOME
updated copyright message
[modules/homard.git] / doc / files / tutorial_1.py
index b02c56ec555357029ae10d572992a8bf9f6088d5..6eb7fca80cfb52cd8402fea421524567b1970a52 100755 (executable)
@@ -1,7 +1,6 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
-
-# Copyright (C) 2011-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2011-2023  CEA, EDF
 #
 # 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
 #
-
 """
 Exemple de couplage HOMARD-Salome
-Copyright EDF 1996, 2010, 2018
+Copyright EDF 1996, 2010, 2019
 """
-__revision__ = "V3.1"
+__revision__ = "V3.03"
 #
 import os
 import sys
@@ -35,11 +33,9 @@ PATH_HOMARD = os.getenv("HOMARD_ROOT_DIR")
 DATA_TUTORIAL = os.path.join(PATH_HOMARD, "share", "doc", "salome", "gui", "HOMARD", "fr", "_downloads")
 DATA_TUTORIAL = os.path.normpath(DATA_TUTORIAL)
 sys.path.append(DATA_TUTORIAL)
-from tutorial_util import gzip_gunzip
 from tutorial_util import creation_dircase
 # ==================================
 DIRCASE = creation_dircase(1)
-gzip_gunzip(DATA_TUTORIAL, 1, -1)
 # ==================================
 #
 import salome
@@ -86,9 +82,5 @@ erreur = iter_1_3.Compute(1, 2)
 #
 #============================== Fin des commandes ==============================
 #
-# ==================================
-gzip_gunzip(DATA_TUTORIAL, 1, 1)
-# ==================================
-#
 if salome.sg.hasDesktop():
   salome.sg.updateObjBrowser()