Source code for simudo.util.raise_from_py3


__all__ = []

[docs]def raise_from(new, old): raise new from old