criu/lib/pycriu
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
..
images crit: add VMA_AREA_UPROBES flag 2025-10-06 21:31:49 -07:00
.gitignore lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
__init__.py pycriu: use explicit imports for __init__ 2025-10-30 23:29:10 -07:00
criu.py pycriu: set RPC opts for CHECK 2025-10-30 23:29:10 -07:00
Makefile lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00