X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaEficas%2Fconvert_adao.py;h=75ca610ea8a6708340832818f4a18334e83464f8;hb=cd6077ff2b35e313fd3d9468477751c07154e2b9;hp=559a51c5225360375259e4054767d804ab8fc152;hpb=8e9e5f48521fd76d537e453ace801a8fd585fda1;p=modules%2Fadao.git diff --git a/src/daEficas/convert_adao.py b/src/daEficas/convert_adao.py index 559a51c..75ca610 100644 --- a/src/daEficas/convert_adao.py +++ b/src/daEficas/convert_adao.py @@ -1,5 +1,8 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 EDF R&D +# +# Copyright (C) 2008-2018 EDF R&D +# +# This file is part of SALOME ADAO module # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,7 +20,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# Author: André Ribes, andre.ribes@edf.fr, EDF R&D +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D # print "import convert_adao" @@ -25,15 +28,15 @@ import convert.parseur_python from convert.convert_python import * def entryPoint(): - """ - Retourne les informations nécessaires pour le chargeur de plugins - Ces informations sont retournées dans un dictionnaire - """ - return { + """ + Retourne les informations nécessaires pour le chargeur de plugins + Ces informations sont retournées dans un dictionnaire + """ + return { # Le nom du plugin - 'name' : 'adao', + 'name' : 'ADAO', # La factory pour créer une instance du plugin - 'factory' : PythonParser, - } + 'factory' : PythonParser, + }