summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/import/import_file.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/import/import_file.py b/tests/import/import_file.py
new file mode 100644
index 000000000..cb9a88a70
--- /dev/null
+++ b/tests/import/import_file.py
@@ -0,0 +1,2 @@
+import import1b
+print(import1b.__file__)