BeremizIDE.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1878 fb73a6b6622d
--- 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,\