summaryrefslogtreecommitdiff
path: root/test/modules/pkg2
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/pkg2')
-rw-r--r--test/modules/pkg2/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modules/pkg2/__init__.py b/test/modules/pkg2/__init__.py
index e69de29b..090efbf5 100644
--- a/test/modules/pkg2/__init__.py
+++ b/test/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.