mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs(matrix): update all references from matrix-nio to mautrix
This commit is contained in:
parent
417e28f941
commit
d5be23aed7
3 changed files with 10 additions and 10 deletions
|
|
@ -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. "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue