nmci: rework imports
Remember _module
in each module, and use __getattr__
for not fully
loaded module. This fixes autocomplete inside nmci/,
simplifies imports (single import nmci
at the beginning
of the module is enough now).
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Remember _module
in each module, and use __getattr__
for not fully
loaded module. This fixes autocomplete inside nmci/,
simplifies imports (single import nmci
at the beginning
of the module is enough now).