diff options
Diffstat (limited to 'test/modules/pkg1')
| -rw-r--r-- | test/modules/pkg1/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/modules/pkg1/__init__.py b/test/modules/pkg1/__init__.py index e69de29b..2dfeb9c1 100644 --- a/test/modules/pkg1/__init__.py +++ b/test/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.""" |
