Salome HOME
chgt Copyrigth
[tools/eficas.git] / Accas / A_FORM.py
index 8e6bf538b5841384901477f22299a9cc0d1a1ce7..c310fa11d9bdd3b7793996b897f5cc6ddf943ddd 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
 from Ihm import I_ENTITE
-import A_FORM_ETAPE 
+from . import A_FORM_ETAPE
 
 class FORM(N_FORM.FORM,I_ENTITE.ENTITE):
-   class_instance=A_FORM_ETAPE.FORM_ETAPE
+    class_instance=A_FORM_ETAPE.FORM_ETAPE