From ece55818e33b75d1a93f6a840fe62838baf6fe78 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Sat, 2 Jun 2018 00:02:53 +0300 Subject: [PATCH] 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 --- test/crit-recode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/crit-recode.py b/test/crit-recode.py index 27cc61550..0d4b31777 100755 --- a/test/crit-recode.py +++ b/test/crit-recode.py @@ -1,6 +1,6 @@ #!/bin/env python2 -import py as pycriu +import pycriu import sys import os import subprocess