lgrozinger / rdfscript

1 stars 0 forks source link

`import` doesn't work with '~' #25

Closed lgrozinger closed 5 years ago

lgrozinger commented 5 years ago

Absolute imports don't work. The Importer import_file method should make a last attempt at absolute import if all else fails.

lgrozinger commented 5 years ago

Fix in b4410af798d2137705425868101ea23b35ebe72d. Importer system still needs some work, but since this particular issue is resolved, closing it now.