summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/subdir/testmodule.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/subdir/testmodule.py')
-rw-r--r--build/pymake/tests/subdir/testmodule.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/pymake/tests/subdir/testmodule.py b/build/pymake/tests/subdir/testmodule.py
new file mode 100644
index 000000000..05b2f821a
--- /dev/null
+++ b/build/pymake/tests/subdir/testmodule.py
@@ -0,0 +1,3 @@
+# This is an empty module. It is imported by pymod.py to test that if a module
+# is loaded from the PYCOMMANDPATH, it can import other modules from the same
+# directory correctly.