mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 09:39:13 +00:00
Signed-off-by: Adrian Reber <areber@redhat.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
5 lines
137 B
Python
5 lines
137 B
Python
import sys, os
|
|
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
|
from .magic import *
|
|
from .images import *
|
|
from .pb import *
|