summaryrefslogtreecommitdiff
path: root/tests/modules/pkg2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/pkg2/__init__.py')
-rw-r--r--tests/modules/pkg2/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modules/pkg2/__init__.py b/tests/modules/pkg2/__init__.py
new file mode 100644
index 00000000..090efbf5
--- /dev/null
+++ b/tests/modules/pkg2/__init__.py
@@ -0,0 +1,2 @@
+# This is an __init__.py file, with no executable statements in it.
+# This comment shouldn't confuse the parser.