editors/TextViewer.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1853 47a3f39bead0
--- a/editors/TextViewer.py	Thu Oct 05 16:46:29 2017 +0300
+++ b/editors/TextViewer.py	Fri Oct 06 17:52:34 2017 +0300
@@ -29,9 +29,9 @@
 import wx.stc
 
 from graphics.GraphicCommons import ERROR_HIGHLIGHT, SEARCH_RESULT_HIGHLIGHT, REFRESH_HIGHLIGHT_PERIOD
-from plcopen.structures import ST_BLOCK_START_KEYWORDS, ST_BLOCK_END_KEYWORDS, IEC_BLOCK_START_KEYWORDS, IEC_BLOCK_END_KEYWORDS, LOCATIONDATATYPES
+from plcopen.structures import ST_BLOCK_START_KEYWORDS, IEC_BLOCK_START_KEYWORDS, LOCATIONDATATYPES
 from EditorPanel import EditorPanel
-from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos, NAVIGATION_KEYS
+from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos
 
 # -------------------------------------------------------------------------------
 #                         Textual programs Viewer class