3225
3225
# FIXME: I would prefer to define the config related exception classes in
3226
3226
# config.py but the lazy import mechanism proscribes this -- vila 20101222
3231
3231
def __init__(self, string, refs):
3233
3233
self.refs = '->'.join(refs)
3240
3240
def __init__(self, name, string):