Commit 767534f1 authored by Adrian Reber's avatar Adrian Reber Committed by Pavel Emelyanov

Adapt zdtm for python3 compatibility

As python3 imports are working a bit differently the structure of the
imported files needs to change. Instead of having symlinks to criu.py
and rpc_pb2.py which does not match the import structure just create
symlink to ../lib/py (like crit) to make zdtm usable again with the
python3 compatibility.
Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 4feb0702
../lib/py/criu.py
\ No newline at end of file
../lib/py/
\ No newline at end of file
../lib/py/rpc_pb2.py
\ No newline at end of file
......@@ -20,7 +20,7 @@ import fcntl
import errno
import datetime
import yaml
import criu as crpc
import pycriu as crpc
os.chdir(os.path.dirname(os.path.abspath(__file__)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment