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