Amourspirit / python_ooo_dev_tools

Apache License 2.0
21 stars 5 forks source link

Late imports may cause an issue when embedding in documents. #528

Closed Amourspirit closed 6 months ago

Amourspirit commented 7 months ago

When embedding OooDev in a LibreOffice document the compiler may miss imports that are imported at the function level.

One possible solution is to create a environment var and then have a file import then embedded imports at the top of the file when the environment var is present.

Amourspirit commented 6 months ago

Fixed in current version