QScintilla/Editor.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3142
55030c09e142
child 3161
06f57a834adf
child 3173
1fb284abe46e
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the editor component of the eric5 IDE. 7 Module implementing the editor component of the eric5 IDE.
8 """ 8 """
9 from __future__ import unicode_literals # __IGNORE_WARNING__ 9 from __future__ import unicode_literals
10 try: 10 try:
11 str = unicode # __IGNORE_WARNING__ 11 str = unicode # __IGNORE_WARNING__
12 chr = unichr # __IGNORE_WARNING__ 12 chr = unichr # __IGNORE_WARNING__
13 except (NameError): 13 except (NameError):
14 pass 14 pass

eric ide

mercurial