Dan Talayco | 4837010 | 2010-03-03 15:17:33 -0800 | [diff] [blame] | 1 | """ |
2 | Platform configuration file | ||||
3 | platform == local | ||||
4 | |||||
5 | Update this file to override defaults | ||||
6 | """ | ||||
7 | |||||
8 | def platform_config_update(config): | ||||
9 | """ | ||||
10 | Update configuration for the local platform | ||||
11 | |||||
12 | @param config The configuration dictionary to use/update | ||||
13 | |||||
14 | Update this routine if values other the defaults are required | ||||
15 | """ |