Mirror of mitogen
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.
 
 
 
Go to file
Alex Willmer 85069b28cd ansible_mitogen: Fix ModuleNotFoundError: No module named 'ansible_mitogen'
Loading the ansible_mitogen Ansible plugins apparently doesn't follow the same
rules as importing a Python module. So sys.path manipulations in __init__.py
weren't fired when Ansible tried to load the plugins from a /custom/path that
wasn't already on sys.path.

This wasn't picked up by the test because CI always installs Mitogen as a
Python package (in a virtual env).

This reverses 6145508312.
2 months ago
.ci mitogen: Fix non-blocking IO errors in first stage of bootstrap 4 months ago
.github Python 3.14 support 3 months ago
ansible_mitogen ansible_mitogen: Fix ModuleNotFoundError: No module named 'ansible_mitogen' 2 months ago
docs ansible_mitogen: Fix ModuleNotFoundError: No module named 'ansible_mitogen' 2 months ago
examples Remove get_password_hash, unused 1 year ago
mitogen Begin v0.3.31.dev 2 months ago
scripts add Python3 compatibility 2 years ago
tests tests: Add a test case that verifies behavior when the log record factory is modified 2 months ago
.gitignore chore: Ignore locally installed collections, dummy modules, etc 7 months ago
.lgtm.yml Whoops, merge together lgtm.yml and .lgtm.yml 6 years ago
LICENSE Bump copyright year and use generic author name (testing Travis) 5 years ago
MANIFEST.in setup.py: include LICENSE; closes #538. 7 years ago
README.md docs: shields.io badges for PyPI version & supported Python versions 1 year ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 7 years ago
netlify.toml docs: Attempt to configure Netlify build of mitogen.networkgenomics.com 12 months ago
preamble_size.py preamble_size: Fix variability of command & preamble(?) size 4 months ago
run_tests tests: Remove unittest2, use stdlib unittest 4 years ago
setup.cfg Keep comatibility with `setuptools` tagging wheels with `py2.py3` 6 months ago
setup.py Declare license as SPDX identifier in metadata 2 months ago
tox.ini Python 3.14 support 3 months ago

README.md