eric5config.py

changeset 428
58405c24aa09
parent 15
f6ccc31d6e72
child 945
8cd4d08fa9f6
equal deleted inserted replaced
427:6af5d12cfecb 428:58405c24aa09
38 try: 38 try:
39 return _pkg_config[name] 39 return _pkg_config[name]
40 except KeyError: 40 except KeyError:
41 pass 41 pass
42 42
43 raise AttributeError('"%s" is not a valid configuration value' % name) 43 raise AttributeError('"{0}" is not a valid configuration value'.format(name))

eric ide

mercurial