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
parent 7311c64557
commit 7ed4250144
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. "