You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
__init__.py ansible: add dummy init.pys so setup.py find_packages() DTRT. 6 years ago
mitogen.py issue #291: don't attempt mitogen import until sys.path modified. 6 years ago
mitogen_free.py issue #291: don't attempt mitogen import until sys.path modified. 6 years ago
mitogen_linear.py issue #291: don't attempt mitogen import until sys.path modified. 6 years ago