Salome HOME
commentaire
[tools/eficas.git] / Accas / A_UN_PARMI.py
index be087de04335d5c248c05c4e9e3adc996666103b..f9220d250e2f8e419c2a2d2a21f8e19f21ab1d53 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2013   EDF R&D
+# Copyright (C) 2007-2015   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
@@ -17,6 +17,7 @@
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+from __future__ import absolute_import
 from Noyau import N_REGLE
 from Validation import V_UN_PARMI
 from Ihm import I_UN_PARMI
@@ -24,6 +25,6 @@ from Ihm import I_UN_PARMI
 class UN_PARMI(I_UN_PARMI.UN_PARMI,V_UN_PARMI.UN_PARMI,N_REGLE.REGLE):
    """
        La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       nécessaire d'expliciter son initialiseur car 
+       necessaire d'expliciter son initialiseur car 
        V_UN_PARMI.UN_PARMI n'en a pas 
    """