复制代码def get_default_config(self): try: return get_data(__package__, 'default_{section}.conf'.format(section=self.SECTION)) except IOError: pass