criu/lib
Radostin Stoyanov fcd18314a7 pycriu: use explicit imports for __init__
_init__.py defines the public API for pycriu. It is important to use
explicit imports to avoid leaking every symbol from criu.py into the
pycriu namespace. This avoids import-time side effects, prevents name
collisions, and circular-import traps.

Fixes the following lint error:
  F403 `from .criu import *` used; unable to detect undefined names

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2025-10-30 23:29:10 -07:00
..
c libcriu: enable setting of RPC config file 2025-10-27 12:52:20 +00:00
pycriu pycriu: use explicit imports for __init__ 2025-10-30 23:29:10 -07:00
.gitignore lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
Makefile make: improve check for externally managed Python 2024-09-11 16:02:11 -07:00
pyproject.toml pycriu: add missing protobuf dependency 2025-10-19 07:18:29 +01:00
setup.cfg pycriu: add missing protobuf dependency 2025-10-19 07:18:29 +01:00
setup.py lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00