circuitpython/tests/import/ext/usys.py
2023-10-23 20:14:40 -04:00

4 lines
127 B
Python

# usys (and any u-prefix) is always builtin and cannot be overridden by the
# filesystem.
print("ERROR: usys from filesystem")