hy/tests/resources/importer/foo/some_mod.hy
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
46 B
Hy

(print "This is test_mod.hy")
(setv ext "hy")