Skip to content
  • Joseph Weston's avatar
    reraise ImportError when importing kwant.continuum · 58cd87ed
    Joseph Weston authored
    Previously we used the ExtensionUnavailable proxy that would
    raise an exception when accessed. Now because kwant.continuum
    is loaded lazily we can just raise an exception. We choose to
    re-raise ImportError with a better error message.
    58cd87ed