2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +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
parent 1509147abe
commit cd79f7b6e5

View File

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