mitogen/ansible_mitogen/plugins/strategy
David Wilson 6c03b83748 issue #291: don't attempt mitogen import until sys.path modified.
Given an extracted download of mitogen-2.2.tar.gz, with strategy_plugins
pointing into it, if an old version of the package was pip-installed,
then the old pip-installed package would be imported and override
whatever came from the tarball.

Instead, modify sys.path before attempting any import. This still isn't
perfect, but it's better.
2018-07-28 12:35:03 -07:00
..
__init__.py ansible: add dummy init.pys so setup.py find_packages() DTRT. 2018-05-15 21:29:00 +01:00
mitogen.py issue #291: don't attempt mitogen import until sys.path modified. 2018-07-28 12:35:03 -07:00
mitogen_free.py issue #291: don't attempt mitogen import until sys.path modified. 2018-07-28 12:35:03 -07:00
mitogen_linear.py issue #291: don't attempt mitogen import until sys.path modified. 2018-07-28 12:35:03 -07:00