Salome HOME
PN bug notation scientifique
[tools/eficas.git] / Editeur / statusbar.py
index 604025a8bd9dab1558ca1cc35edd3eecf14198af..0711802a741d70799d04afff15406da3343212e6 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
@@ -21,6 +22,7 @@
 """
 # Modules Python
 import Tkinter
+import types
 
 class STATUSBAR:
    def __init__(self,parent):
@@ -42,7 +44,6 @@ class STATUSBAR:
           texte_infos=texte
       self.label.configure(text=texte_infos)
 
-
    def reset_affichage_infos(self):
       """ Efface tout message prĂ©sent dans le panneau en bas d'EFICAS """
       self.affiche_infos('')