jkaluza / freshmaker

Forked from freshmaker 7 years ago
Clone

f343de1 Add load_class to replace fedmsg.utils.load_class

Authored and Committed by qwan 6 years ago
    Add load_class to replace fedmsg.utils.load_class
    
    handlers specified in config with format like:
    
    'freshmaker.handlers.bodhi:BodhiUpdateCompleteStableHandler'
    
    doesn't work with fedmsg.utils.load_class under python3, add
    our own load_class to workaround this issue.