5 |
5 |
6 """ |
6 """ |
7 Module defining the different Python types and their display strings. |
7 Module defining the different Python types and their display strings. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import QT_TRANSLATE_NOOP |
11 from PyQt5.QtCore import QT_TRANSLATE_NOOP |
13 |
12 |
14 # Variables type definition |
13 # Variables type definition |
15 # Special case for Python 2: don't add 'instancemethod'. It's renamed to |
14 # Special case for Python 2: don't add 'instancemethod'. It's renamed to |