Salome HOME
chgt Copyrigth
[tools/eficas.git] / Accas / A_FICHIER.py
index d3ab7dbfd266b4c989717661a7471473c362718f..473f4058213e01c692820176050d1da8f2ed04b1 100644 (file)
@@ -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
 # (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)