X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Accas%2FA_SENSIBILITE.py;h=f59759a796ab0af416140d3a57082324770c9317;hb=e4f9ed44499c18435beb762c4deb1df9f1c8343a;hp=0eaee8a3c821dd80dea92312adccae5ddd5ce01d;hpb=a54fdbf858683f1439bc26f155ece0fec66ae026;p=tools%2Feficas.git diff --git a/Accas/A_SENSIBILITE.py b/Accas/A_SENSIBILITE.py index 0eaee8a3..f59759a7 100644 --- a/Accas/A_SENSIBILITE.py +++ b/Accas/A_SENSIBILITE.py @@ -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 @@ -18,10 +18,10 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +from __future__ import absolute_import from Ihm import I_REGLE -from Noyau import N_SENSIBILITE +from Noyau import N_SENSIBILITE class REUSE_SENSIBLE(I_REGLE.REGLE,N_SENSIBILITE.REUSE_SENSIBLE):pass class CONCEPT_SENSIBLE(I_REGLE.REGLE,N_SENSIBILITE.CONCEPT_SENSIBLE):pass class DERIVABLE(I_REGLE.REGLE,N_SENSIBILITE.DERIVABLE):pass -