diff options
Diffstat (limited to 'tests/cpydiff/modules3')
| -rw-r--r-- | tests/cpydiff/modules3/__init__.py | 1 | ||||
| -rw-r--r-- | tests/cpydiff/modules3/foo.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/cpydiff/modules3/__init__.py b/tests/cpydiff/modules3/__init__.py new file mode 100644 index 000000000..27a2bf2ad --- /dev/null +++ b/tests/cpydiff/modules3/__init__.py @@ -0,0 +1 @@ +__all__ = ["foo"] diff --git a/tests/cpydiff/modules3/foo.py b/tests/cpydiff/modules3/foo.py new file mode 100644 index 000000000..dd9b9d4dd --- /dev/null +++ b/tests/cpydiff/modules3/foo.py @@ -0,0 +1,2 @@ +def hello(): + print("hello") |
