diff options
Diffstat (limited to 'tests/import/pkgstar_all_array/funcs.py')
-rw-r--r-- | tests/import/pkgstar_all_array/funcs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/import/pkgstar_all_array/funcs.py b/tests/import/pkgstar_all_array/funcs.py new file mode 100644 index 0000000000..7540d70f66 --- /dev/null +++ b/tests/import/pkgstar_all_array/funcs.py @@ -0,0 +1,2 @@ +def dynamicFun(): + return 777 |