2
0
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:
Andrei Vagin 2018-06-02 00:02:53 +03:00 committed by Pavel Emelyanov
parent 0dab224be6
commit ece55818e3

View File

@ -1,6 +1,6 @@
#!/bin/env python2
import py as pycriu
import pycriu
import sys
import os
import subprocess