in config_parser.py [0:0]
def _TestString(key, value): if not isinstance(value, basestring): raise Exception('Wrong type for key "%s", expecting string, got %s.' % (key, type(value)))