Files
@ c98c7d4c9ec3
Branch filter:
Location: kallithea/setup.cfg
c98c7d4c9ec3
711 B
text/x-ini
model: changes toward import whole modules
*If* there should be circular dependencies, importing 'from' another module
could fail because the module at that time only was partially imported. That
had to be worked around by importing at runtime instead of globally.
Instead, try to always import whole modules. (But we should still try to avoid
cycles.)
*If* there should be circular dependencies, importing 'from' another module
could fail because the module at that time only was partially imported. That
had to be worked around by importing at runtime instead of globally.
Instead, try to always import whole modules. (But we should still try to avoid
cycles.)