Salome HOME
PN bug notation scientifique
[tools/eficas.git] / Accas / A_BLOC.py
index d8e16e7488ae172be3a6ce88f0bb357b9877a7d6..3950bc730266d1d9bfe58c96c02c23427832c3ed 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
 # COPYRIGHT (C) 1991 - 2002  EDF R&D                  WWW.CODE-ASTER.ORG
@@ -23,3 +24,7 @@ import A_MCBLOC
 
 class BLOC(N_BLOC.BLOC,I_ENTITE.ENTITE):
    class_instance=A_MCBLOC.MCBLOC
+   def __init__(self,*tup,**args):
+      I_ENTITE.ENTITE.__init__(self)
+      N_BLOC.BLOC.__init__(self,*tup,**args)
+