mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +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
|
||||
|
||||
import py as pycriu
|
||||
import pycriu
|
||||
import sys
|
||||
import os
|
||||
import subprocess
|
||||
|
Loading…
x
Reference in New Issue
Block a user