Commit ece55818 authored by Andrei Vagin's avatar Andrei Vagin Committed by Pavel Emelyanov

test: import pycriu by its right name

Otherwise one library will be imported twice by two different names: py
and pycriu, because pycriu is used in the library.

https://github.com/checkpoint-restore/criu/issues/495Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 0dab224b
#!/bin/env python2
import py as pycriu
import pycriu
import sys
import os
import subprocess
......
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