Salome HOME
reindent + copyright + merge manuel avec la V9_dev sauf repertoires metier
[tools/eficas.git] / Accas / A_AU_PLUS_UN.py
index 74fdc74fed660383b64aa6a4374e5705f01522c8..8bdcc34f2e118b31613e6b1796d1d9aaeee86175 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2015   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
@@ -23,8 +23,9 @@ from Validation import V_AU_PLUS_UN
 from Ihm import I_REGLE
 
 class AU_PLUS_UN(V_AU_PLUS_UN.AU_PLUS_UN,I_REGLE.REGLE,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas
-       necessaire d'expliciter son initialiseur car
-       V_AU_PLUS_UN.AU_PLUS_UN n'en a pas
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        V_AU_PLUS_UN.AU_PLUS_UN n'en a pas
+        V_UN_PARMI.UN_PARMI et I_REGLE.REGLE  n'en ont pas
+    """