eric6/Debugger/Config.py

changeset 7780
41420f82c0ac
parent 7639
422fd05e9c91
child 7862
817ef8e0fa66
child 7924
8a96736d465e
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
4 # 4 #
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
10 9
11 from PyQt5.QtCore import QT_TRANSLATE_NOOP 10 from PyQt5.QtCore import QT_TRANSLATE_NOOP
12 11
13 # Variables type definition 12 # Variables type definition
14 ConfigVarTypeDispStrings = { 13 ConfigVarTypeDispStrings = {

eric ide

mercurial