2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

python: Remove unused imports

Auto-detected with pylint.

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Radostin Stoyanov
2018-09-23 15:31:51 +01:00
committed by Andrei Vagin
parent bd8fa1528a
commit 7ce23b2a74
13 changed files with 228 additions and 239 deletions

View File

@@ -5,7 +5,6 @@ import pycriu
import sys
import os
import subprocess
import json
find = subprocess.Popen(['find', 'test/dump/', '-size', '+0', '-name', '*.img'],
stdout = subprocess.PIPE)