eric6/Debugger/Config.py

changeset 7229
53054eb5b15a
parent 6978
720247f98e1f
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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

eric ide

mercurial