mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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>
4 lines
103 B
Python
4 lines
103 B
Python
from . import rpc_pb2 as rpc
|
|
from . import images
|
|
from .criu import *
|
|
from .version import __version__
|