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

tiny code cleanup

parent 9ff55a64
Branches
Tags
No related merge requests found
......@@ -16,11 +16,11 @@ from .builder import Builder
__all__.append('Builder')
from .lattice import TranslationalSymmetry
__all__.extend(['TranslationalSymmetry'])
__all__.append('TranslationalSymmetry')
# Make kwant.solvers.default.solve available as kwant.solve.
solve = solvers.default.solve
__all__.extend(['solvers', 'solve'])
__all__.append('solve')
# Importing plotter might not work, but this does not have to be a problem --
# only no plotting will be available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment