brandonwillard / loghyc

Loghyc - a miniKanren implementation in Hy
89 stars 3 forks source link

Fix package module loading in Python #11

Closed brandonwillard closed 6 years ago

brandonwillard commented 6 years ago

Package modules couldn't be imported in Python (e.g. import adderall.dsl) because the Hy importer wasn't being loaded. This commit fixes that.