Salome HOME
chgt Copyrigth
[tools/eficas.git] / Accas / A_FORM_ETAPE.py
index 6c2827d02cbd958d10e06b3bfeea79d5b1ed5a32..b6161946ba5087bfbd2d5410b94f465bd5710457 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
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+from __future__ import absolute_import
 from Noyau import N_FORM_ETAPE
 from Validation import V_MACRO_ETAPE
 from Ihm import I_FORM_ETAPE
 
 class FORM_ETAPE(I_FORM_ETAPE.FORM_ETAPE,V_MACRO_ETAPE.MACRO_ETAPE,N_FORM_ETAPE.FORM_ETAPE):
-   def __init__(self,oper=None,reuse=None,args={}):
-      N_FORM_ETAPE.FORM_ETAPE.__init__(self,oper,reuse,args)
-      V_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
-      I_FORM_ETAPE.FORM_ETAPE.__init__(self)
-
+    def __init__(self,oper=None,reuse=None,args={}):
+        N_FORM_ETAPE.FORM_ETAPE.__init__(self,oper,reuse,args)
+        V_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
+        I_FORM_ETAPE.FORM_ETAPE.__init__(self)