Salome HOME
chgt copyright
[tools/eficas.git] / InterfaceQT4 / monWidget4a6RadioButtonSD.py
index 6b74f109c45608b4f5e0ab8ab832471d81b136a5..8f75e5d976a439416bb0bbd147c59d444ef38cff 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
 #
 # Modules Python
-import string,types,os
+from __future__ import absolute_import
+import types,os
 
 # Modules Eficas
 from Extensions.i18n import tr
 
-from monWidgetRadioButton  import MonWidgetRadioButtonCommun 
+from .monWidgetRadioButton  import MonWidgetRadioButtonCommun 
 from desWidget4a6RadioButton  import Ui_Widget4a6RadioButton 
 
 
@@ -31,7 +32,7 @@ class MonWidget4a6RadioButtonSD (Ui_Widget4a6RadioButton,MonWidgetRadioButtonCom
 
   def __init__(self,node,monSimpDef,nom,objSimp,parentQt,commande):
         #print "dans le init de MonWidget4a6RadioButton",self
-        self.maListeDeValeur=node.item.get_sd_avant_du_bon_type()
+        self.maListeDeValeur=node.item.getSdAvantDuBonType()
         MonWidgetRadioButtonCommun.__init__(self,node,monSimpDef,nom,objSimp,parentQt,commande)
 
   def setMaxI(self):