diff options
Diffstat (limited to 'tests/import/pkg7/mod1.py')
| -rw-r--r-- | tests/import/pkg7/mod1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/import/pkg7/mod1.py b/tests/import/pkg7/mod1.py new file mode 100644 index 000000000..6b574114d --- /dev/null +++ b/tests/import/pkg7/mod1.py @@ -0,0 +1,2 @@ +print('mod1') +foo = 'mod1.foo' |
