Salome HOME
chgt Copyrigth
[tools/eficas.git] / Accas / A_MCNUPLET.py
index 4bb2fc774aa33ee5c6fb3db5cfd22985cf1bc821..7451527084d1eee341070c60576e6d5d4d9a9089 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 Extensions import mcnuplet
 from Ihm import I_MCCOMPO
 
 class MCNUPLET(mcnuplet.MCNUPLET,I_MCCOMPO.MCCOMPO):
-   def __init__(self,*pos,**args):
-      mcnuplet.MCNUPLET.__init__(self,*pos,**args)
+    def __init__(self,*pos,**args):
+        mcnuplet.MCNUPLET.__init__(self,*pos,**args)