Changeset - c98c7d4c9ec3
default
0
6
0
Grafted from: 12efc6ba846b
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.)
6 files changed with 43 insertions and 57 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)