Skip to content

fix: remove init file from perun package

Peter Bolha requested to merge split-perun-package into main

Removing __init__ file from perun directory makes perun a native namespace package. This fixes an issue with imports in projects containing perun package with different contents. This change was initially made beacause of imports concurrency in perun-proxygui project.

Merge request reports