summaryrefslogtreecommitdiff
path: root/tests/import/ext/sys.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import/ext/sys.py')
-rw-r--r--tests/import/ext/sys.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/import/ext/sys.py b/tests/import/ext/sys.py
new file mode 100644
index 000000000..71ee633e1
--- /dev/null
+++ b/tests/import/ext/sys.py
@@ -0,0 +1,2 @@
+# sys is always builtin and cannot be overriden by the filesystem.
+print("ERROR: sys from filesystem")