controls/CustomStyledTextCtrl.py
changeset 2456 7373e3048167
parent 2432 dbc065a2f7a5
child 2704 4ba3bdc7d71f
equal deleted inserted replaced
2455:80b225e9a6b6 2456:7373e3048167
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 
    25 
    26 from __future__ import absolute_import
    26 from __future__ import absolute_import
       
    27 from functools import reduce
    27 import wx
    28 import wx
    28 import wx.stc
    29 import wx.stc
    29 from six.moves import xrange
    30 from six.moves import xrange
    30 
    31 
    31 if wx.Platform == '__WXMSW__':
    32 if wx.Platform == '__WXMSW__':