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__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/modules/pkg1/__init__.py b/tests/modules/pkg1/__init__.py
index e2e4af5f..3390a854 100644
--- a/tests/modules/pkg1/__init__.py
+++ b/tests/modules/pkg1/__init__.py
@@ -1,4 +1,2 @@
-# This __init__.py has a module-level docstring, which is counted as a
-# statement.
-"""A simple package for testing with."""
+# A simple package for testing with.
print("pkg1.__init__: %s" % (__name__,))