417
417
trace.print_exception(sys.exc_info(), sys.stderr)
418
418
# GZ 2017-06-02: Move this name checking up a level, no point trying
419
419
# to import things with bad names.
421
421
sanitised_name = re.sub('[-. ]', '_', name)
422
422
if sanitised_name.startswith('brz_'):
423
423
sanitised_name = sanitised_name[len('brz_'):]