Salome HOME
*** empty log message ***
[tools/eficas.git] / convert / convert_pyth.py
index b919300a53318a74a9f322bf6e70b94c72f1f877..a056bb214393ce3d93654c6cd0f1b85f0e27eb7c 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
 # COPYRIGHT (C) 1991 - 2002  EDF R&D                  WWW.CODE-ASTER.ORG
@@ -106,7 +107,7 @@ class PythParser:
          s= string.replace(s,'"<string>"','"<%s>"'%self.filename)
          self.cr.fatal("Erreur a l'evaluation :\n" + s)
 
-   def convert(self,outformat):
+   def convert(self,outformat,appli=None):
       if outformat == 'dict':
          return self.getdict()
       else: