Closed lgrozinger closed 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.
import_file
Fix in b4410af798d2137705425868101ea23b35ebe72d. Importer system still needs some work, but since this particular issue is resolved, closing it now.
Absolute imports don't work. The Importer
import_file
method should make a last attempt at absolute import if all else fails.