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

3 lines
104 B
Python

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