mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
test/rpc: import the errno module
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
31475ffa6d
commit
bba4000c40
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import socket, os, imp, sys
|
||||
import socket, os, imp, sys, errno
|
||||
import rpc_pb2 as rpc
|
||||
import argparse
|
||||
|
||||
|
Reference in New Issue
Block a user