Salome HOME
PN vielles macros
[tools/eficas.git] / Editeur / eficas.py
index bb38e0d6bebd47deec5a0ff5811ca56f37c8794d..2845e036cc87c84f94f964913df1f961b2227c11 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
@@ -49,6 +50,9 @@ class EFICAS(appli.APPLI):
   def exitEFICAS(self):
      self.bureau.exitEFICAS()
 
+  def getBureau(self):
+      return self.bureau
+      
   def browse(self,result):
       if result == 'Browse':
         self.ulfile = askopenfilename(title="Choix fichier :")