Salome HOME
chgt copyright
[tools/eficas.git] / convert / parseur_python.py
index 811c25fb4ece59c0e6829a29b7516e277cd10bc6..daf004045fe9c1f2948de52ba69ac085595053f1 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2017   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
@@ -303,7 +303,6 @@ class PARSEUR_PYTHON(object):
         Methode booleenne qui retourne 1 si le texte est celui d'une affectation dans un jeu de commandes
         Aster, 0 sinon
         """
-        print (texte)
         if '=' not in texte : return 0
         if self.pattern_commande.match(texte):
             # cas d'une procedure ...