summaryrefslogtreecommitdiff
path: root/tests/modules/pkg1/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/pkg1/__init__.py')
-rw-r--r--tests/modules/pkg1/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/modules/pkg1/__init__.py b/tests/modules/pkg1/__init__.py
new file mode 100644
index 00000000..2dfeb9c1
--- /dev/null
+++ b/tests/modules/pkg1/__init__.py
@@ -0,0 +1,3 @@
+# This __init__.py has a module-level docstring, which is counted as a
+# statement.
+"""A simple package for testing with."""