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 |