Salome HOME
modif pour MT
[tools/eficas.git] / InterfaceQT4 / monWidgetDate.py
index 845661d22c991b6d1c9e0e051bc9d4f4dbd1ef71..dd5964dde81fe8540489d0472144e6dd5cd07d8e 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2013   EDF R&D
+# Copyright (C) 2007-2017   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 feuille               import Feuille
-from monWidgetSimpTuple    import MonWidgetSimpTuple 
+from .feuille               import Feuille
+from .monWidgetSimpTuple    import MonWidgetSimpTuple 
 from desWidgetDate       import Ui_WidgetDate