circuitpython/tests/import/ext/usys.py

4 lines
126 B
Python

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