Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Wimmer
kwant
Commits
84982bce
Commit
84982bce
authored
10 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
small change to error message
parent
baae4702
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kwant/__init__.py
+2
-2
2 additions, 2 deletions
kwant/__init__.py
with
2 additions
and
2 deletions
kwant/__init__.py
+
2
−
2
View file @
84982bce
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment