criu/lib/py/__init__.py
Radostin Stoyanov 8adefc90d2 lib/pycriu: generate version.py
The version of CRIU is specified in the Makefile.versions file.
This patch generates '__varion__' value for the pycriu module.
This value can be used by crit to implement `--version`.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2023-10-22 13:29:25 -07:00

4 lines
103 B
Python

from . import rpc_pb2 as rpc
from . import images
from .criu import *
from .version import __version__