X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Accas%2FA_FICHIER.py;h=473f4058213e01c692820176050d1da8f2ed04b1;hb=e4f9ed44499c18435beb762c4deb1df9f1c8343a;hp=d3ab7dbfd266b4c989717661a7471473c362718f;hpb=a54fdbf858683f1439bc26f155ece0fec66ae026;p=tools%2Feficas.git diff --git a/Accas/A_FICHIER.py b/Accas/A_FICHIER.py index d3ab7dbf..473f4058 100644 --- a/Accas/A_FICHIER.py +++ b/Accas/A_FICHIER.py @@ -1,4 +1,4 @@ -# 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 @@ -21,10 +21,9 @@ # (defined in Salome EFICAS module) when Eficas is launched in Salome context. # It handles the objects that can be selected from Salome object browser. +from __future__ import absolute_import from Ihm import I_FICHIER class Fichier (I_FICHIER.Fichier): - def __init__(self,*tup,**args): - I_FICHIER.FICHIER.__init__(self,*tup,**args) - - + def __init__(self,*tup,**args): + I_FICHIER.FICHIER.__init__(self,*tup,**args)