Salome HOME
Clarifying user interaction in EFICAS/YACS transfer process and corrections
[modules/adao.git] / src / daEficas / convert_adao.py
index 559a51c5225360375259e4054767d804ab8fc152..91386bbec5853735e2ef9f0192320c4ee89ddbbd 100644 (file)
@@ -1,5 +1,8 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2013 EDF R&D
+#
+# Copyright (C) 2008-2015 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,
+        }