mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 23:05:39 +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
|
#!/usr/bin/python
|
||||||
|
|
||||||
import socket, os, imp, sys
|
import socket, os, imp, sys, errno
|
||||||
import rpc_pb2 as rpc
|
import rpc_pb2 as rpc
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user