mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
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/495 Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
0dab224be6
commit
ece55818e3
@ -1,6 +1,6 @@
|
|||||||
#!/bin/env python2
|
#!/bin/env python2
|
||||||
|
|
||||||
import py as pycriu
|
import pycriu
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user