v0.2.0rc2
Changes
Bug fix relating to relative imports and sys.path.
PPKLIB-6: Fix relative imports without touching sys.path
- Addressed an issue caused by ppklib setting sys.path to help with its
own relative imports. This had negative side-effects (crashes) with
projects which imported ppklib as their sys.path was set unexpectedly. - All sys.path adjustments have been removed.
Testing:
- All tests completed successfully with 100% code coverage.
- Pylint run successfully with all modules reporting 10/10.
Released: 2025-06-01