From 84982bcea7e2ee03a819b9583fd3d95f21d09db9 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Mon, 14 Apr 2014 16:49:06 +0200 Subject: [PATCH] small change to error message --- kwant/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kwant/__init__.py b/kwant/__init__.py index b06661c..9a8f922 100644 --- a/kwant/__init__.py +++ b/kwant/__init__.py @@ -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', -- GitLab