hy/tests/resources/importer/foo/__init__.py
Brandon T. Willard bbc66d0042 Add test for shadowed-basename imports
This test ensures that Hy will load a `.hy` instead of a `.py` counterpart.
2018-08-26 00:27:36 -05:00

3 lines
40 B
Python

print('This is __init__.py')
ext = 'py'