Salome HOME
chgt Copyrigth
[tools/eficas.git] / Accas / A_AVANT.py
index 76f00de5ea2e94a4edb237b3dd1104742fa57bd3..2f697723653bc9568a70bd3cabe8138d908b0d76 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2013   EDF R&D
+# Copyright (C) 2007-2021   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
 #
+from __future__ import absolute_import
 from Noyau import N_REGLE
 from Ihm import I_REGLE, I_AVANT
 
 class AVANT(I_AVANT.I_AVANT,I_REGLE.REGLE,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       nĂ©cessaire d'expliciter son initialiseur car 
-       I_AVANT.I_AVANT n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        I_AVANT.I_AVANT n'en a pas
+    """