95:261bc03812fd | 96:9624a110667d |
---|---|
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 DebugClients.Python.DebugConfig import ConfigVarTypeStrings | |
11 | |
12 try: | 10 try: |
13 from PyQt4.QtCore import QT_TRANSLATE_NOOP | 11 from PyQt4.QtCore import QT_TRANSLATE_NOOP |
14 | 12 |
15 # Variables type definition | 13 # Variables type definition |
16 ConfigVarTypeDispStrings = [ | 14 ConfigVarTypeDispStrings = [ |