128
128
email=John Hacker <jhacker@foo.org>
130
130
if self._get_config_parser().has_option('DEFAULT', 'email'):
136
140
super(GlobalConfig, self).__init__()
137
141
self._branches_parser = None
141
151
class LocationConfig(Config):
142
152
"""A configuration object that gives the policy for a location."""