editors/TextViewer.py
changeset 1773 38fde37c3766
parent 1768 691083b5682a
child 1775 b45f2768fab1
--- a/editors/TextViewer.py	Sat Aug 19 00:30:22 2017 +0300
+++ b/editors/TextViewer.py	Sat Aug 19 00:58:44 2017 +0300
@@ -51,7 +51,8 @@
  STC_PLC_EMPTY] = range(11)
 [SPACE, WORD, NUMBER, STRING, WSTRING, COMMENT, PRAGMA, DPRAGMA] = range(8)
 
-[ID_TEXTVIEWER, ID_TEXTVIEWERTEXTCTRL,
+[
+    ID_TEXTVIEWER, ID_TEXTVIEWERTEXTCTRL,
 ] = [wx.NewId() for _init_ctrls in range(2)]
 
 re_texts = {}