Beremiz.py
changeset 1364 e9e17d3b2849
parent 1282 f427352f9727
child 1388 67c9a9482d24
--- a/Beremiz.py	Mon Oct 14 10:31:32 2013 +0200
+++ b/Beremiz.py	Mon Oct 14 10:49:04 2013 +0200
@@ -141,7 +141,6 @@
 from editors.EditorPanel import EditorPanel
 from editors.Viewer import Viewer
 from editors.TextViewer import TextViewer
-from editors.GraphicViewer import GraphicViewer
 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
 from editors.DataTypeEditor import DataTypeEditor
 from util.MiniTextControler import MiniTextControler
@@ -617,7 +616,6 @@
         if (isinstance(tab, EditorPanel) and 
             not isinstance(tab, (Viewer, 
                                  TextViewer, 
-                                 GraphicViewer, 
                                  ResourceEditor, 
                                  ConfigurationEditor, 
                                  DataTypeEditor))):