Skip to content
Snippets Groups Projects
Commit a26bcc3e authored by Anton Akhmerov's avatar Anton Akhmerov Committed by Christoph Groth
Browse files

rename selfenergy -> leads

parent f337c9a0
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@
# Merge the public interface of all submodules.
__all__ = []
for module in ['selfenergy', 'dispersion']:
for module in ['leads', 'dispersion']:
exec 'from . import {0}'.format(module)
exec 'from .{0} import *'.format(module)
exec '__all__.extend({0}.__all__)'.format(module)
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment