da626e7186
Nowadays, the prepend and append import modes use importlib.import_module() instead of __import__(). There was a phrase “which avoids having to use `__import__`”, in which I couldn’t just replace `__import__` by `importlib.import_module` because the latter is used (in insert_missing_modules()) also when using importlib mode. Therefore I removed the part from the sentence. |
||
---|---|---|
.. | ||
anatomy.rst | ||
fixtures.rst | ||
flaky.rst | ||
goodpractices.rst | ||
index.rst | ||
pythonpath.rst |