Reviewers: ,
Please review this at http://codereview.tryton.org/26003/ Affected files: M proteus/config.py Index: proteus/config.py =================================================================== --- a/proteus/config.py +++ b/proteus/config.py @@ -104,7 +104,7 @@ language='en_US', password=''): super(TrytondConfig, self).__init__() from trytond.config import CONFIG - CONFIG.parse() + CONFIG.update_etc() if database_type is not None: CONFIG['db_type'] = database_type from trytond.modules import register_classes -- [email protected] mailing list
