criu/lib/pycriu
Radostin Stoyanov 3c841af2cf 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-11-05 15:41:35 -08:00
..
images crit: add VMA_AREA_UPROBES flag 2025-11-05 15:41:34 -08: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-11-05 15:41:35 -08:00
criu.py pycriu: set RPC opts for CHECK 2025-11-05 15:41:35 -08:00
Makefile lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00