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
2ff1790e
Commit
2ff1790e
authored
12 years ago
by
Anton Akhmerov
Committed by
Christoph Groth
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
set __version__ to kwant version
parent
e5e5e439
Branches
Branches containing commit
Tags
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
-0
2 additions, 0 deletions
kwant/__init__.py
with
2 additions
and
0 deletions
kwant/__init__.py
+
2
−
0
View file @
2ff1790e
...
...
@@ -2,6 +2,8 @@ __all__ = ['system', 'version', 'builder', 'lattice', 'run']
for
module
in
__all__
:
exec
'
from . import {0}
'
.
format
(
module
)
from
.version
import
version
as
__version__
from
.builder
import
Builder
__all__
.
append
(
'
Builder
'
)
...
...
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