diff options
Diffstat (limited to 'tests/modules/pkg2/__init__.py')
-rw-r--r-- | tests/modules/pkg2/__init__.py | 2 |
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 0000000..090efbf --- /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. |