diff -r 6811021e3d94 -r 614396cbffbf BeremizIDE.py --- a/BeremizIDE.py Thu Oct 05 16:46:29 2017 +0300 +++ b/BeremizIDE.py Fri Oct 06 17:52:34 2017 +0300 @@ -29,9 +29,7 @@ import tempfile import shutil import random -import re import types -import commands import time from time import time as gettime from threading import Lock, Timer, currentThread @@ -43,7 +41,6 @@ import version -from docutil import OpenHtmlFrame from editors.EditorPanel import EditorPanel from editors.Viewer import Viewer from editors.TextViewer import TextViewer @@ -79,7 +76,6 @@ PROJECTTREE,\ POUINSTANCEVARIABLESPANEL,\ LIBRARYTREE,\ - SCALING,\ PAGETITLES,\ IDEFrame, \ AppendMenu,\