hy/tests/resources/relative_import.hy

4 lines
52 B
Hy
Raw Permalink Normal View History

(import bin.printenv)
(import sys)
(print sys.path)