docs(matrix): update all references from matrix-nio to mautrix

This commit is contained in:
alt-glitch 2026-04-11 06:59:43 +05:30 committed by Teknium
parent 417e28f941
commit d5be23aed7
3 changed files with 10 additions and 10 deletions

View file

@ -22,7 +22,7 @@ def _parse_setup_imports():
class TestSetupShutilImport:
def test_shutil_imported_at_module_level(self):
"""shutil must be imported at module level so setup_gateway can use it
for the matrix-nio auto-install path (line ~2126)."""
for the mautrix auto-install path."""
names = _parse_setup_imports()
assert "shutil" in names, (
"shutil is not imported at the top of hermes_cli/setup.py. "