Salome HOME
fin portage python 3
[tools/eficas.git] / Accas / A_BLOC.py
index 4bf105686382e5b902c43a6aa09f73a21bdf8e5d..e8a6f530d332afe90f7c3317e059af3a20dbfe73 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2013   EDF R&D
+# Copyright (C) 2007-2015   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_BLOC
 from Ihm import I_ENTITE
-import A_MCBLOC
+from . import A_MCBLOC
 
 class BLOC(N_BLOC.BLOC,I_ENTITE.ENTITE):
    class_instance=A_MCBLOC.MCBLOC