Skip to content

Allow importing local module

Yoshi van den Akker requested to merge import-local-module into master

Allows using from . import solution in tests, which used to break when unrelativizing the import. The generator now changes it to import solution.

Merge request reports

Loading