

def load_dynamic(name, pathname, file=None):
    """Always raises ah ImportError on pypy"""
    raise ImportError('Not implemented')

