diff -r e87e0166d0a7 -r e9e17d3b2849 Beremiz.py --- 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))):