gopy/_examples/package/mypkg
Justin Israel 8ab2cac131
main,bind,_examples: use absolute package imports and make configurable
This CL fixes an issue with the way python import statements are generated using an realtive current directory approach that is no longer compatible with python3. The default behavior has been updated to default to a dot-relative absolute package import for "go" and compiled extension, and a configuration option has been exposed from the CLI flags down to the bind package.
A refactor of configuration options was added to avoid further expanding the number of arguments being passed through the system.

Fixes go-python/gopy#239
2021-03-17 22:02:07 +01:00
..
mypkg.go main,bind,_examples: use absolute package imports and make configurable 2021-03-17 22:02:07 +01:00
test.py main,bind,_examples: use absolute package imports and make configurable 2021-03-17 22:02:07 +01:00