3 lines
103 B
Python
3 lines
103 B
Python
|
# sys is always builtin and cannot be overriden by the filesystem.
|
||
|
print("ERROR: sys from filesystem")
|