Lines 99-105
Link Here
|
99 |
# here as we do not want to run into name conflicts between |
99 |
# here as we do not want to run into name conflicts between |
100 |
# X2Go ini file options and method / property names in |
100 |
# X2Go ini file options and method / property names in |
101 |
# SafeConfigParser... This is a pre-cautious approach... |
101 |
# SafeConfigParser... This is a pre-cautious approach... |
102 |
self.iniConfig = configparser.SafeConfigParser() |
102 |
self.iniConfig = configparser.ConfigParser() |
103 |
self.iniConfig.optionxform = str |
103 |
self.iniConfig.optionxform = str |
104 |
|
104 |
|
105 |
_create_file = False |
105 |
_create_file = False |