View | Details | Raw Unified | Return to bug 49785
Collapse All | Expand All

(-)python3-module-x2go-0.6.1.4-old/x2go/inifiles.py (-1 / +1 lines)
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

Return to bug 49785