Skip to content
Snippets Groups Projects
Commit 84982bce authored by Christoph Groth's avatar Christoph Groth
Browse files

small change to error message

parent baae4702
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ try:
from . import _system
except ImportError:
msg = """Error importing Kwant: You should not try to import Kwant from
its source directory. Please exit the Kwant source tree, and relaunch
your Python intepreter from there."""
its source directory. Please exit the Kwant source distribution directory,
and relaunch your Python intepreter from there."""
raise ImportError(msg)
__all__ = ['system', 'version', 'builder', 'lattice', 'solvers',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment