micropython/tests/import/ext/sys.py
Damien George ee226a8b43 all: Fix "reuse" and "overridden" spelling mistakes.
Codespell doesn't pick up "re-used" or "re-uses", and ignores the tests/
directory, so fix these manually.

Signed-off-by: Damien George <damien@micropython.org>
2024-01-05 15:08:33 +11:00

3 lines
104 B
Python

# sys is always builtin and cannot be overridden by the filesystem.
print("ERROR: sys from filesystem")